Color Hex Logo

#a9a113 Color Hex

#A9A113
(169,161,19)
0 Favorites   0 Comments

Color spaces of #a9a113

RGB 16916119
HSL0.160.800.37
HSV57°89°66°
CMYK 0.000.050.89   0.34
XYZ29.224633.97185.6330
Yxy33.97180.42460.4936
Hunter Lab58.2853-12.498435.0696
CIE-Lab64.9402-11.406365.0291

#a9a113 color RGB value is (169,161,19).

#a9a113 hex color red value is 169, green value is 161 and the blue value of its RGB is 19. Cylindrical-coordinate representations (also known as HSL) of color #a9a113 hue: 0.16 , saturation: 0.80 and the lightness value of a9a113 is 0.37.

The process color (four color CMYK) of #a9a113 color hex is 0.00, 0.05, 0.89, 0.34. Web safe color of #a9a113 is #999900. Color #a9a113 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100001 00010011
Octal 251 241 23
Decimal 169 161 19
Hex A9 A1 13

RGB Percentages of Color #a9a113

%48.42
%46.13
%5.44

CMYK Percentages of Color #a9a113

%0
%5
%89
%34

Triadic Colors of #a9a113

#a9a113 #13a9a1 #a113a9

Analogous Colors of #a9a113

#a9a113 #66a913 #a95613

Monochromatic Colors of #a9a113

#a9a113

Complementary Color

#a9a113 #131ba9

#a9a113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a113 Color CSS Codes

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

#a9a113 Text Font Color

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

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


#a9a113 Background Color

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

This div background color is #a9a113


#a9a113 Border Color

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

This div border color is #a9a113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a113


Comments

No comments written yet.

Please login to write comment.