#A09528

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

Shades of Lucky #A09528

Tints of Lucky #A09528

Color information

#A09528 (or 0xA09528) is unknown color: approx Lucky. HEX triplet: A0, 95 and 28. RGB value is (160,149,40). Sum of RGB (Red+Green+Blue) = 160+149+40=349 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.85% from 349); Green value is 149 (58.59% from 255 or 42.69% from 349); Blue value is 40 (16.02% from 255 or 11.46% from 349); Max value from RGB is 160 - color contains mainly: red. Hex color #A09528 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09528 is #5F6AD7. Grayscale: #8C8C8C. Windows color (decimal): -6253272 or 2659744. OLE color: 2659744.

HSL color Cylindrical-coordinate representation of color #A09528: hue angle of 54.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 #A09528 is Cyan = 0, Magento = 0.07, Yellow = 0.75 and Black (K on CMYK) = 0.37.

Color convert

RGB16014940-
CMYK00.070.750.37
HSL54.5º60%39.22%-
HSV(B)54.5º75%62.75%-
XYZ25.6329.126.28-
YUV139.8671.64142.36-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.85%
GREEN value IS 149 (58.59% from 255) = 42.69%
BLUE value IS 40 (16.02% from 255) = 11.46%
R=45.85%
G=42.69%
B=11.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.75
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601494000.070.750.3754.56039.22
HexA09528074B25363c27
Octal240225500711345667447
Binary101000001001010110100001111001011100101110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09528; }

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

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

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

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

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

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

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

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