#A99404

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

Shades of Lucky #A99404

Tints of Lucky #A99404

Color information

#A99404 (or 0xA99404) is unknown color: approx Lucky. HEX triplet: A9, 94 and 04. RGB value is (169,148,4). Sum of RGB (Red+Green+Blue) = 169+148+4=321 (42% of max value = 765). Red value is 169 (66.41% from 255 or 52.65% from 321); Green value is 148 (58.20% from 255 or 46.11% from 321); Blue value is 4 (1.95% from 255 or 1.25% from 321); Max value from RGB is 169 - color contains mainly: red. Hex color #A99404 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A99404 is #566BFB. Grayscale: #8A8A8A. Windows color (decimal): -5663740 or 300201. OLE color: 300201.

HSL color Cylindrical-coordinate representation of color #A99404: hue angle of 52.36º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A99404 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.34.

Color convert

RGB1691484-
CMYK00.120.980.34
HSL52.36º95.38%33.92%-
HSV(B)52.36º97.63%66.27%-
XYZ26.9729.624.41-
YUV137.8652.46150.21-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 52.65%
GREEN value IS 148 (58.20% from 255) = 46.11%
BLUE value IS 4 (1.95% from 255) = 1.25%
R=52.65%
G=46.11%
B=1.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.98
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal169148400.120.980.3452.3695.3833.92
HexA99440C6222345f22
Octal2512244014142426413742
Binary10101001100101001000110011000101000101101001011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A99404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A99404; }

 p { color: rgb(169,148,4); }

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

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

 a { background-color: rgb(169,148,4); }

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

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

 span { border-color: rgb(169,148,4); }

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