Color Hex Logo

#a89962 Color Hex

#A89962
(168,153,98)
0 Favorites   0 Comments

Color spaces of #a89962

RGB 16815398
HSL0.130.290.52
HSV47°42°66°
CMYK 0.000.090.42   0.34
XYZ29.744331.989116.1621
Yxy31.98910.38180.4107
Hunter Lab56.5589-5.105022.6487
CIE-Lab63.3339-2.493930.8874

#a89962 color RGB value is (168,153,98).

#a89962 hex color red value is 168, green value is 153 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #a89962 hue: 0.13 , saturation: 0.29 and the lightness value of a89962 is 0.52.

The process color (four color CMYK) of #a89962 color hex is 0.00, 0.09, 0.42, 0.34. Web safe color of #a89962 is #999966. Color #a89962 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011001 01100010
Octal 250 231 142
Decimal 168 153 98
Hex A8 99 62

RGB Percentages of Color #a89962

%40.10
%36.52
%23.39

CMYK Percentages of Color #a89962

%0
%9
%42
%34

Triadic Colors of #a89962

#a89962 #62a899 #9962a8

Analogous Colors of #a89962

#a89962 #94a862 #a87662

Monochromatic Colors of #a89962

#a89962

Complementary Color

#a89962 #6271a8

#a89962 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89962 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89962 Color CSS Codes

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

#a89962 Text Font Color

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

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


#a89962 Background Color

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

This div background color is #a89962


#a89962 Border Color

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

This div border color is #a89962


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89962


Comments

No comments written yet.

Please login to write comment.