Color Hex Logo

#a85923 Color Hex

#A85923
(168,89,35)
0 Favorites   0 Comments

Color spaces of #a85923

RGB 1688935
HSL0.070.660.40
HSV24°79°66°
CMYK 0.000.470.79   0.34
XYZ20.024215.59093.5441
Yxy15.59090.51140.3981
Hunter Lab39.485321.423522.3180
CIE-Lab46.433128.406843.7858

#a85923 color RGB value is (168,89,35).

#a85923 hex color red value is 168, green value is 89 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #a85923 hue: 0.07 , saturation: 0.66 and the lightness value of a85923 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011001 00100011
Octal 250 131 43
Decimal 168 89 35
Hex A8 59 23

RGB Percentages of Color #a85923

%57.53
%30.48
%11.99

CMYK Percentages of Color #a85923

%0
%47
%79
%34

Triadic Colors of #a85923

#a85923 #23a859 #5923a8

Analogous Colors of #a85923

#a85923 #a89c23 #a82330

Monochromatic Colors of #a85923

#a85923

Complementary Color

#a85923 #2372a8

#a85923 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85923 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85923 Color CSS Codes

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

#a85923 Text Font Color

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

This sample text font color is #a85923
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.


#a85923 Background Color

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

This div background color is #a85923


#a85923 Border Color

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

This div border color is #a85923


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85923


Comments

No comments written yet.

Please login to write comment.