Color Hex Logo

#a9a101 Color Hex

#A9A101
(169,161,1)
0 Favorites   0 Comments

Color spaces of #a9a101

RGB 1691611
HSL0.160.990.33
HSV57°99°66°
CMYK 0.000.050.99   0.34
XYZ29.112533.92695.0429
Yxy33.92690.42760.4983
Hunter Lab58.2468-12.715335.6395
CIE-Lab64.9045-11.684667.6664

#a9a101 color RGB value is (169,161,1).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10100001 00000001
Octal 251 241 1
Decimal 169 161 1
Hex A9 A1 1

RGB Percentages of Color #a9a101

%51.06
%48.64
%0.30

CMYK Percentages of Color #a9a101

%0
%5
%99
%34

Triadic Colors of #a9a101

#a9a101 #01a9a1 #a101a9

Analogous Colors of #a9a101

#a9a101 #5da901 #a94d01

Monochromatic Colors of #a9a101

#a9a101

Complementary Color

#a9a101 #0109a9

#a9a101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a9a101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a9a101 Color CSS Codes

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

#a9a101 Text Font Color

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

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


#a9a101 Background Color

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

This div background color is #a9a101


#a9a101 Border Color

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

This div border color is #a9a101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a9a101


Comments

No comments written yet.

Please login to write comment.