Color Hex Logo

#a85824 Color Hex

#A85824
(168,88,36)
0 Favorites   0 Comments

Color spaces of #a85824

RGB 1688836
HSL0.070.650.40
HSV24°79°66°
CMYK 0.000.480.79   0.34
XYZ19.956615.43173.5958
Yxy15.43170.51190.3958
Hunter Lab39.283221.935722.0711
CIE-Lab46.219928.990743.1092

#a85824 color RGB value is (168,88,36).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011000 00100100
Octal 250 130 44
Decimal 168 88 36
Hex A8 58 24

RGB Percentages of Color #a85824

%57.53
%30.14
%12.33

CMYK Percentages of Color #a85824

%0
%48
%79
%34

Triadic Colors of #a85824

#a85824 #24a858 #5824a8

Analogous Colors of #a85824

#a85824 #a89a24 #a82432

Monochromatic Colors of #a85824

#a85824

Complementary Color

#a85824 #2474a8

#a85824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85824 Color CSS Codes

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

#a85824 Text Font Color

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

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


#a85824 Background Color

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

This div background color is #a85824


#a85824 Border Color

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

This div border color is #a85824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85824


Comments

No comments written yet.

Please login to write comment.