Shades of Lucky #A09F2C
Tints of Lucky #A09F2C
RGB
CMYK
RGB Variations
Color information
#A09F2C (or 0xA09F2C) is known color: Lucky. HEX triplet: A0, 9F and 2C. RGB value is (160,159,44). Sum of RGB (Red+Green+Blue) = 160+159+44=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 159 (62.5% from 255 or 43.80% from 363); Blue value is 44 (17.58% from 255 or 12.12% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A09F2C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09F2C is #5F60D3. Grayscale: #929292. Windows color (decimal): -6250708 or 2924448. OLE color: 2924448.
HSL color Cylindrical-coordinate representation of color #A09F2C: hue angle of 59.48º degrees, saturation: 0.57, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #A09F2C is Cyan = 0, Magento = 0.01, Yellow = 0.72 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 159 | 44 | - |
| CMYK | 0 | 0.01 | 0.72 | 0.37 |
| HSL | 59.48º | 0.57% | 0.4% | - |
| HSV(B) | 59.48º | 0.73% | 0.63% | - |
| XYZ | 27.35 | 32.45 | 7.21 | - |
| YUV | 146.19 | 70.33 | 137.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 159 | 44 | 0 | 0.01 | 0.72 | 0.37 | 59.48 | 0.57 | 0.4 |
| Hex | A0 | 9F | 2C | 0 | 1 | 48 | 25 | 3B | 39 | 28 |
| Octal | 240 | 237 | 54 | 0 | 1 | 110 | 45 | 73 | 71 | 50 |
| Binary | 10100000 | 10011111 | 101100 | 0 | 1 | 1001000 | 100101 | 111011 | 111001 | 101000 |
Color Harmonies of #A09F2C
Complementary color
Monochromatic Colors of #A09F2C
Black with #A09F2C
Text Example
Text Example
White with #A09F2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09F2C; }
p { color: rgb(160,159,44); }
H1.HeaderClassName
{
color: #A09F2C;
}
.AnyTagClassName
{
color: #A09F2C;
}
</style>
background-color css
<style>
a { background-color: #A09F2C; }
a { background-color: rgb(160,159,44); }
div.DivClassName
{
background-color: #A09F2C;
}
.BgClassName
{
background-color: #A09F2C;
}
</style>
border-color css
<style>
span { border-color: #A09F2C; }
span { border-color: rgb(160,159,44); }
td.TdClassName
{
border-color: #A09F2C;
}
.TagClassName
{
border-color: #A09F2C;
}
</style>