#A09402

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

Shades of Lucky #A09402

Tints of Lucky #A09402

Color information

#A09402 (or 0xA09402) is unknown color: approx Lucky. HEX triplet: A0, 94 and 02. RGB value is (160,148,2). Sum of RGB (Red+Green+Blue) = 160+148+2=310 (41% of max value = 765). Red value is 160 (62.89% from 255 or 51.61% from 310); Green value is 148 (58.20% from 255 or 47.74% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 160 - color contains mainly: red. Hex color #A09402 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09402 is #5F6BFD. Grayscale: #878787. Windows color (decimal): -6253566 or 169120. OLE color: 169120.

HSL color Cylindrical-coordinate representation of color #A09402: hue angle of 55.44º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A09402 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1601482-
CMYK00.070.990.37
HSL55.44º97.53%31.76%-
HSV(B)55.44º98.75%62.75%-
XYZ25.128.664.27-
YUV134.9452.98145.87-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.61%
GREEN value IS 148 (58.20% from 255) = 47.74%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=51.61%
G=47.74%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160148200.070.990.3755.4497.5331.76
HexA0942076325376220
Octal240224207143456714240
Binary101000001001010010011111000111001011101111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09402; }

 p { color: rgb(160,148,2); }

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

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

 a { background-color: rgb(160,148,2); }

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

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

 span { border-color: rgb(160,148,2); }

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