Color Hex Logo

#a8986b Color Hex

#A8986B
(168,152,107)
0 Favorites   0 Comments

Color spaces of #a8986b

RGB 168152107
HSL0.120.260.54
HSV44°36°66°
CMYK 0.000.100.36   0.34
XYZ30.030531.842818.4734
Yxy31.84280.37380.3963
Hunter Lab56.4294-3.757720.0907
CIE-Lab63.2127-0.886525.8538

#a8986b color RGB value is (168,152,107).

#a8986b hex color red value is 168, green value is 152 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #a8986b hue: 0.12 , saturation: 0.26 and the lightness value of a8986b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011000 01101011
Octal 250 230 153
Decimal 168 152 107
Hex A8 98 6B

RGB Percentages of Color #a8986b

%39.34
%35.60
%25.06

CMYK Percentages of Color #a8986b

%0
%10
%36
%34

Triadic Colors of #a8986b

#a8986b #6ba898 #986ba8

Analogous Colors of #a8986b

#a8986b #9aa86b #a87a6b

Monochromatic Colors of #a8986b

#a8986b

Complementary Color

#a8986b #6b7ba8

#a8986b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a8986b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a8986b Color CSS Codes

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

#a8986b Text Font Color

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

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


#a8986b Background Color

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

This div background color is #a8986b


#a8986b Border Color

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

This div border color is #a8986b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a8986b


Comments

No comments written yet.

Please login to write comment.