#A09302

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

Shades of Lucky #A09302

Tints of Lucky #A09302

Color information

#A09302 (or 0xA09302) is unknown color: approx Lucky. HEX triplet: A0, 93 and 02. RGB value is (160,147,2). Sum of RGB (Red+Green+Blue) = 160+147+2=309 (40% of max value = 765). Red value is 160 (62.89% from 255 or 51.78% from 309); Green value is 147 (57.81% from 255 or 47.57% from 309); Blue value is 2 (1.17% from 255 or 0.65% from 309); Max value from RGB is 160 - color contains mainly: red. Hex color #A09302 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09302 is #5F6CFD. Grayscale: #868686. Windows color (decimal): -6253822 or 168864. OLE color: 168864.

HSL color Cylindrical-coordinate representation of color #A09302: hue angle of 55.06º 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 #A09302 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB1601472-
CMYK00.080.990.37
HSL55.06º97.53%31.76%-
HSV(B)55.06º98.75%62.75%-
XYZ24.9428.354.21-
YUV134.3653.31146.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 51.78%
GREEN value IS 147 (57.81% from 255) = 47.57%
BLUE value IS 2 (1.17% from 255) = 0.65%
R=51.78%
G=47.57%
B=0.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160147200.080.990.3755.0697.5331.76
HexA0932086325376220
Octal2402232010143456714240
Binary1010000010010011100100011000111001011101111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09302

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09302; }

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

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

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

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

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

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

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

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