Color Hex Logo

#a9910b Color Hex

#A9910B
(169,145,11)
0 Favorites   0 Comments

Color spaces of #a9910b

RGB 16914511
HSL0.140.880.35
HSV51°93°66°
CMYK 0.000.140.93   0.34
XYZ26.548028.71004.4590
Yxy28.71000.44460.4808
Hunter Lab53.5817-5.327032.5732
CIE-Lab60.5248-3.009063.0018

#a9910b color RGB value is (169,145,11).

#a9910b hex color red value is 169, green value is 145 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #a9910b hue: 0.14 , saturation: 0.88 and the lightness value of a9910b is 0.35.

The process color (four color CMYK) of #a9910b color hex is 0.00, 0.14, 0.93, 0.34. Web safe color of #a9910b is #999900. Color #a9910b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010001 00001011
Octal 251 221 13
Decimal 169 145 11
Hex A9 91 B

RGB Percentages of Color #a9910b

%52.00
%44.62
%3.38

CMYK Percentages of Color #a9910b

%0
%14
%93
%34

Triadic Colors of #a9910b

#a9910b #0ba991 #910ba9

Analogous Colors of #a9910b

#a9910b #72a90b #a9420b

Monochromatic Colors of #a9910b

#a9910b

Complementary Color

#a9910b #0b23a9

#a9910b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9910b Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9910b Color CSS Codes

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

#a9910b Text Font Color

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

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


#a9910b Background Color

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

This div background color is #a9910b


#a9910b Border Color

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

This div border color is #a9910b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9910b


Comments

No comments written yet.

Please login to write comment.