#A99A0C

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

Shades of Lucky #A99A0C

Tints of Lucky #A99A0C

Color information

#A99A0C (or 0xA99A0C) is unknown color: approx Lucky. HEX triplet: A9, 9A and 0C. RGB value is (169,154,12). Sum of RGB (Red+Green+Blue) = 169+154+12=335 (44% of max value = 765). Red value is 169 (66.41% from 255 or 50.45% from 335); Green value is 154 (60.55% from 255 or 45.97% from 335); Blue value is 12 (5.08% from 255 or 3.58% from 335); Max value from RGB is 169 - color contains mainly: red. Hex color #A99A0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99A0C is #5665F3. Grayscale: #8E8E8E. Windows color (decimal): -5662196 or 826025. OLE color: 826025.

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

Color convert

RGB16915412-
CMYK00.090.930.34
HSL54.27º86.74%35.49%-
HSV(B)54.27º92.9%66.27%-
XYZ27.9831.574.97-
YUV142.354.47147.05-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 50.45%
GREEN value IS 154 (60.55% from 255) = 45.97%
BLUE value IS 12 (5.08% from 255) = 3.58%
R=50.45%
G=45.97%
B=3.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.93
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1691541200.090.930.3454.2786.7435.49
HexA99AC095D22365723
Octal25123214011135426612743
Binary101010011001101011000100110111011000101101101010111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99A0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99A0C; }

 p { color: rgb(169,154,12); }

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

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

 a { background-color: rgb(169,154,12); }

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

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

 span { border-color: rgb(169,154,12); }

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