#A9A21A

Color #A9A21A Lucky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lucky #A9A21A

Tints of Lucky #A9A21A

Color information

#A9A21A (or 0xA9A21A) is unknown color: approx Lucky. HEX triplet: A9, A2 and 1A. RGB value is (169,162,26). Sum of RGB (Red+Green+Blue) = 169+162+26=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 162 (63.67% from 255 or 45.38% from 357); Blue value is 26 (10.55% from 255 or 7.28% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A9A21A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9A21A is #565DE5. Grayscale: #959595. Windows color (decimal): -5660134 or 1745577. OLE color: 1745577.

HSL color Cylindrical-coordinate representation of color #A9A21A: hue angle of 57.06º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9A21A is Cyan = 0, Magento = 0.04, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB16916226-
CMYK00.040.850.34
HSL57.06º73.33%38.24%-
HSV(B)57.06º84.62%66.27%-
XYZ29.4734.356.05-
YUV148.5958.82142.56-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 162 (63.67% from 255) = 45.38%
BLUE value IS 26 (10.55% from 255) = 7.28%
R=47.34%
G=45.38%
B=7.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691622600.040.850.3457.0673.3338.24
HexA9A21A045522394926
Octal2512423204125427111146
Binary101010011010001011010010010101011000101110011001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9A21A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9A21A; }

 p { color: rgb(169,162,26); }

 H1.HeaderClassName
 {
   color: #A9A21A;
 }
 .AnyTagClassName
 {
   color: #A9A21A;
 }
</style>
background-color css

<style>
 a { background-color: #A9A21A; }

 a { background-color: rgb(169,162,26); }

 div.DivClassName
 {
   background-color: #A9A21A;
 }
 .BgClassName
 {
   background-color: #A9A21A;
 }
</style>
border-color css

<style>
 span { border-color: #A9A21A; }

 span { border-color: rgb(169,162,26); }

 td.TdClassName
 {
   border-color: #A9A21A;
 }
 .TagClassName
 {
   border-color: #A9A21A;
 }
</style>