Color Hex Logo

#a8985b Color Hex

#A8985B
(168,152,91)
0 Favorites   0 Comments

Color spaces of #a8985b

RGB 16815291
HSL0.130.310.51
HSV48°46°66°
CMYK 0.000.100.46   0.34
XYZ29.265031.536614.4423
Yxy31.53660.38890.4191
Hunter Lab56.1575-5.254924.0623
CIE-Lab62.9580-2.707134.1372

#a8985b color RGB value is (168,152,91).

#a8985b hex color red value is 168, green value is 152 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #a8985b hue: 0.13 , saturation: 0.31 and the lightness value of a8985b is 0.51.

The process color (four color CMYK) of #a8985b color hex is 0.00, 0.10, 0.46, 0.34. Web safe color of #a8985b is #999966. Color #a8985b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011000 01011011
Octal 250 230 133
Decimal 168 152 91
Hex A8 98 5B

RGB Percentages of Color #a8985b

%40.88
%36.98
%22.14

CMYK Percentages of Color #a8985b

%0
%10
%46
%34

Triadic Colors of #a8985b

#a8985b #5ba898 #985ba8

Analogous Colors of #a8985b

#a8985b #92a85b #a8725b

Monochromatic Colors of #a8985b

#a8985b

Complementary Color

#a8985b #5b6ba8

#a8985b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8985b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8985b Color CSS Codes

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

#a8985b Text Font Color

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

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


#a8985b Background Color

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

This div background color is #a8985b


#a8985b Border Color

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

This div border color is #a8985b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8985b


Comments

No comments written yet.

Please login to write comment.