Shades of Lucky #A09210
Tints of Lucky #A09210
RGB
CMYK
RGB Variations
Color information
#A09210 (or 0xA09210) is known color: Lucky. HEX triplet: A0, 92 and 10. RGB value is (160,146,16). Sum of RGB (Red+Green+Blue) = 160+146+16=322 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.69% from 322); Green value is 146 (57.42% from 255 or 45.34% from 322); Blue value is 16 (6.64% from 255 or 4.97% from 322); Max value from RGB is 160 - color contains mainly: red. Hex color #A09210 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09210 is #5F6DEF. Grayscale: #878787. Windows color (decimal): -6254064 or 1086112. OLE color: 1086112.
HSL color Cylindrical-coordinate representation of color #A09210: hue angle of 54.17º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A09210 is Cyan = 0, Magento = 0.09, Yellow = 0.9 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 16 | - |
| CMYK | 0 | 0.09 | 0.9 | 0.37 |
| HSL | 54.17º | 0.82% | 0.35% | - |
| HSV(B) | 54.17º | 0.9% | 0.63% | - |
| XYZ | 24.87 | 28.07 | 4.6 | - |
| YUV | 135.37 | 60.64 | 145.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 16 | 0 | 0.09 | 0.9 | 0.37 | 54.17 | 0.82 | 0.35 |
| Hex | A0 | 92 | 10 | 0 | 9 | 5A | 25 | 36 | 52 | 23 |
| Octal | 240 | 222 | 20 | 0 | 11 | 132 | 45 | 66 | 122 | 43 |
| Binary | 10100000 | 10010010 | 10000 | 0 | 1001 | 1011010 | 100101 | 110110 | 1010010 | 100011 |
Color Harmonies of #A09210
Complementary color
Monochromatic Colors of #A09210
Black with #A09210
Text Example
Text Example
White with #A09210
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09210; }
p { color: rgb(160,146,16); }
H1.HeaderClassName
{
color: #A09210;
}
.AnyTagClassName
{
color: #A09210;
}
</style>
background-color css
<style>
a { background-color: #A09210; }
a { background-color: rgb(160,146,16); }
div.DivClassName
{
background-color: #A09210;
}
.BgClassName
{
background-color: #A09210;
}
</style>
border-color css
<style>
span { border-color: #A09210; }
span { border-color: rgb(160,146,16); }
td.TdClassName
{
border-color: #A09210;
}
.TagClassName
{
border-color: #A09210;
}
</style>