#A09729

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

Shades of Lucky #A09729

Tints of Lucky #A09729

Color information

#A09729 (or 0xA09729) is unknown color: approx Lucky. HEX triplet: A0, 97 and 29. RGB value is (160,151,41). Sum of RGB (Red+Green+Blue) = 160+151+41=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 151 (59.38% from 255 or 42.90% from 352); Blue value is 41 (16.41% from 255 or 11.65% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A09729 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09729 is #5F68D6. Grayscale: #8D8D8D. Windows color (decimal): -6252759 or 2725792. OLE color: 2725792.

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

Color convert

RGB16015141-
CMYK00.060.740.37
HSL55.46º59.2%39.41%-
HSV(B)55.46º74.37%62.75%-
XYZ25.9629.776.47-
YUV141.1571.48141.44-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 45.45%
GREEN value IS 151 (59.38% from 255) = 42.90%
BLUE value IS 41 (16.41% from 255) = 11.65%
R=45.45%
G=42.90%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.74
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1601514100.060.740.3755.4659.239.41
HexA09729064A25373b27
Octal240227510611245677347
Binary101000001001011110100101101001010100101110111111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A09729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A09729; }

 p { color: rgb(160,151,41); }

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

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

 a { background-color: rgb(160,151,41); }

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

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

 span { border-color: rgb(160,151,41); }

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