Color Hex Logo

#a85933 Color Hex

#A85933
(168,89,51)
0 Favorites   0 Comments

Color spaces of #a85933

RGB 1688951
HSL0.050.530.43
HSV19°70°66°
CMYK 0.000.470.70   0.34
XYZ20.318415.70865.0931
Yxy15.70860.49410.3820
Hunter Lab39.634122.148420.1249
CIE-Lab46.589829.181235.8519

#a85933 color RGB value is (168,89,51).

#a85933 hex color red value is 168, green value is 89 and the blue value of its RGB is 51. Cylindrical-coordinate representations (also known as HSL) of color #a85933 hue: 0.05 , saturation: 0.53 and the lightness value of a85933 is 0.43.

The process color (four color CMYK) of #a85933 color hex is 0.00, 0.47, 0.70, 0.34. Web safe color of #a85933 is #996633. Color #a85933 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011001 00110011
Octal 250 131 63
Decimal 168 89 51
Hex A8 59 33

RGB Percentages of Color #a85933

%54.55
%28.90
%16.56

CMYK Percentages of Color #a85933

%0
%47
%70
%34

Triadic Colors of #a85933

#a85933 #33a859 #5933a8

Analogous Colors of #a85933

#a85933 #a89433 #a83348

Monochromatic Colors of #a85933

#a85933

Complementary Color

#a85933 #3382a8

#a85933 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85933 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85933 Color CSS Codes

.mybgcolor {background-color:#a85933; } 
.myforecolor {color:#a85933; }
.mybordercolor {border:3px solid #a85933; }

#a85933 Text Font Color

<p style="color:#a85933">Text here</p>

This sample text font color is #a85933
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a85933 Background Color

<div style="background-color:#a85933">
Div content here</div>

This div background color is #a85933


#a85933 Border Color

<div style="border:3px solid #a85933">
Div here</div>

This div border color is #a85933


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,89,51, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a85933; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a85933;
  -webkit-box-shadow: 1px 1px 3px 2px #a85933;
  box-shadow:         1px 1px 3px 2px #a85933; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,89,51, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a85933">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a85933;
  -webkit-box-shadow: 1px 1px 3px 2px #a85933;
  box-shadow:         1px 1px 3px 2px #a85933;">
Div content here</div>

This div box has shadow with color #a85933


Comments

No comments written yet.

Please login to write comment.