Color Hex Logo

#a85831 Color Hex

#A85831
(168,88,49)
0 Favorites   0 Comments

Color spaces of #a85831

RGB 1688849
HSL0.050.550.43
HSV20°71°66°
CMYK 0.000.480.71   0.34
XYZ20.192615.52604.8383
Yxy15.52600.49790.3828
Hunter Lab39.403022.519320.3019
CIE-Lab46.346429.612436.6544

#a85831 color RGB value is (168,88,49).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 01011000 00110001
Octal 250 130 61
Decimal 168 88 49
Hex A8 58 31

RGB Percentages of Color #a85831

%55.08
%28.85
%16.07

CMYK Percentages of Color #a85831

%0
%48
%71
%34

Triadic Colors of #a85831

#a85831 #31a858 #5831a8

Analogous Colors of #a85831

#a85831 #a89431 #a83145

Monochromatic Colors of #a85831

#a85831

Complementary Color

#a85831 #3181a8

#a85831 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a85831 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a85831 Color CSS Codes

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

#a85831 Text Font Color

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

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


#a85831 Background Color

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

This div background color is #a85831


#a85831 Border Color

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

This div border color is #a85831


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a85831


Comments

No comments written yet.

Please login to write comment.