Color Hex Logo

#a97b1e Color Hex

#A97B1E
(169,123,30)
0 Favorites   0 Comments

Color spaces of #a97b1e

RGB 16912330
HSL0.110.700.39
HSV40°82°66°
CMYK 0.000.270.82   0.34
XYZ23.679522.69474.3608
Yxy22.69470.46670.4473
Hunter Lab47.63905.357327.9199
CIE-Lab54.75659.631653.5662

#a97b1e color RGB value is (169,123,30).

#a97b1e hex color red value is 169, green value is 123 and the blue value of its RGB is 30. Cylindrical-coordinate representations (also known as HSL) of color #a97b1e hue: 0.11 , saturation: 0.70 and the lightness value of a97b1e is 0.39.

The process color (four color CMYK) of #a97b1e color hex is 0.00, 0.27, 0.82, 0.34. Web safe color of #a97b1e is #996633. Color #a97b1e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01111011 00011110
Octal 251 173 36
Decimal 169 123 30
Hex A9 7B 1E

RGB Percentages of Color #a97b1e

%52.48
%38.20
%9.32

CMYK Percentages of Color #a97b1e

%0
%27
%82
%34

Triadic Colors of #a97b1e

#a97b1e #1ea97b #7b1ea9

Analogous Colors of #a97b1e

#a97b1e #92a91e #a9361e

Monochromatic Colors of #a97b1e

#a97b1e

Complementary Color

#a97b1e #1e4ca9

#a97b1e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a97b1e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a97b1e Color CSS Codes

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

#a97b1e Text Font Color

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

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


#a97b1e Background Color

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

This div background color is #a97b1e


#a97b1e Border Color

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

This div border color is #a97b1e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,123,30, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a97b1e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a97b1e;
  -webkit-box-shadow: 1px 1px 3px 2px #a97b1e;
  box-shadow:         1px 1px 3px 2px #a97b1e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,123,30, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a97b1e


Comments

No comments written yet.

Please login to write comment.