Color Hex Logo

#a89922 Color Hex

#A89922
(168,153,34)
0 Favorites   0 Comments

Color spaces of #a89922

RGB 16815334
HSL0.150.660.40
HSV53°80°66°
CMYK 0.000.090.80   0.34
XYZ27.828431.22286.0733
Yxy31.22280.42730.4794
Hunter Lab55.8774-8.887732.6699
CIE-Lab62.6953-7.192159.2654

#a89922 color RGB value is (168,153,34).

#a89922 hex color red value is 168, green value is 153 and the blue value of its RGB is 34. Cylindrical-coordinate representations (also known as HSL) of color #a89922 hue: 0.15 , saturation: 0.66 and the lightness value of a89922 is 0.40.

The process color (four color CMYK) of #a89922 color hex is 0.00, 0.09, 0.80, 0.34. Web safe color of #a89922 is #999933. Color #a89922 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011001 00100010
Octal 250 231 42
Decimal 168 153 34
Hex A8 99 22

RGB Percentages of Color #a89922

%47.32
%43.10
%9.58

CMYK Percentages of Color #a89922

%0
%9
%80
%34

Triadic Colors of #a89922

#a89922 #22a899 #9922a8

Analogous Colors of #a89922

#a89922 #74a822 #a85622

Monochromatic Colors of #a89922

#a89922

Complementary Color

#a89922 #2231a8

#a89922 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89922 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89922 Color CSS Codes

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

#a89922 Text Font Color

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

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


#a89922 Background Color

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

This div background color is #a89922


#a89922 Border Color

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

This div border color is #a89922


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89922


Comments

No comments written yet.

Please login to write comment.