#A09328

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

Shades of Lucky #A09328

Tints of Lucky #A09328

Color information

#A09328 (or 0xA09328) is unknown color: approx Lucky. HEX triplet: A0, 93 and 28. RGB value is (160,147,40). Sum of RGB (Red+Green+Blue) = 160+147+40=347 (45% of max value = 765). Red value is 160 (62.89% from 255 or 46.11% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 40 (16.02% from 255 or 11.53% from 347); Max value from RGB is 160 - color contains mainly: red. Hex color #A09328 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09328 is #5F6CD7. Grayscale: #8B8B8B. Windows color (decimal): -6253784 or 2659232. OLE color: 2659232.

HSL color Cylindrical-coordinate representation of color #A09328: hue angle of 53.5º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A09328 is Cyan = 0, Magento = 0.08, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB16014740-
CMYK00.080.750.37
HSL53.5º60%39.22%-
HSV(B)53.5º75%62.75%-
XYZ25.3128.496.17-
YUV138.6972.31143.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 46.11%
GREEN value IS 147 (57.81% from 255) = 42.36%
BLUE value IS 40 (16.02% from 255) = 11.53%
R=46.11%
G=42.36%
B=11.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601474000.080.750.3753.56039.22
HexA09328084B25363c27
Octal2402235001011345667447
Binary1010000010010011101000010001001011100101110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09328; }

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

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

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

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

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

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

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

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