#A9960A

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

Shades of Lucky #A9960A

Tints of Lucky #A9960A

Color information

#A9960A (or 0xA9960A) is unknown color: approx Lucky. HEX triplet: A9, 96 and 0A. RGB value is (169,150,10). Sum of RGB (Red+Green+Blue) = 169+150+10=329 (43% of max value = 765). Red value is 169 (66.41% from 255 or 51.37% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 10 (4.30% from 255 or 3.04% from 329); Max value from RGB is 169 - color contains mainly: red. Hex color #A9960A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A9960A is #5669F5. Grayscale: #8C8C8C. Windows color (decimal): -5663222 or 693929. OLE color: 693929.

HSL color Cylindrical-coordinate representation of color #A9960A: hue angle of 52.83º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A9960A is Cyan = 0, Magento = 0.11, Yellow = 0.94 and Black (K on CMYK) = 0.34.

Color convert

RGB16915010-
CMYK00.110.940.34
HSL52.83º88.83%35.1%-
HSV(B)52.83º94.08%66.27%-
XYZ27.3230.274.69-
YUV139.7254.79148.88-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 51.37%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 10 (4.30% from 255) = 3.04%
R=51.37%
G=45.59%
B=3.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.94
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691501000.110.940.3452.8388.8335.1
HexA996A0B5E22355923
Octal25122612013136426513143
Binary101010011001011010100101110111101000101101011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9960A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9960A; }

 p { color: rgb(169,150,10); }

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

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

 a { background-color: rgb(169,150,10); }

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

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

 span { border-color: rgb(169,150,10); }

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