Shades of Lucky #A09208
Tints of Lucky #A09208
RGB
CMYK
RGB Variations
Color information
#A09208 (or 0xA09208) is known color: Lucky. HEX triplet: A0, 92 and 08. RGB value is (160,146,8). Sum of RGB (Red+Green+Blue) = 160+146+8=314 (41% of max value = 765). Red value is 160 (62.89% from 255 or 50.96% from 314); Green value is 146 (57.42% from 255 or 46.50% from 314); Blue value is 8 (3.52% from 255 or 2.55% from 314); Max value from RGB is 160 - color contains mainly: red. Hex color #A09208 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09208 is #5F6DF7. Grayscale: #878787. Windows color (decimal): -6254072 or 561824. OLE color: 561824.
HSL color Cylindrical-coordinate representation of color #A09208: hue angle of 54.47º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A09208 is Cyan = 0, Magento = 0.09, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 146 | 8 | - |
| CMYK | 0 | 0.09 | 0.95 | 0.37 |
| HSL | 54.47º | 0.9% | 0.33% | - |
| HSV(B) | 54.47º | 0.95% | 0.63% | - |
| XYZ | 24.82 | 28.05 | 4.34 | - |
| YUV | 134.45 | 56.64 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 8 | 0 | 0.09 | 0.95 | 0.37 | 54.47 | 0.9 | 0.33 |
| Hex | A0 | 92 | 8 | 0 | 9 | 5F | 25 | 36 | 5A | 21 |
| Octal | 240 | 222 | 10 | 0 | 11 | 137 | 45 | 66 | 132 | 41 |
| Binary | 10100000 | 10010010 | 1000 | 0 | 1001 | 1011111 | 100101 | 110110 | 1011010 | 100001 |
Color Harmonies of #A09208
Complementary color
Monochromatic Colors of #A09208
Black with #A09208
Text Example
Text Example
White with #A09208
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09208; }
p { color: rgb(160,146,8); }
H1.HeaderClassName
{
color: #A09208;
}
.AnyTagClassName
{
color: #A09208;
}
</style>
background-color css
<style>
a { background-color: #A09208; }
a { background-color: rgb(160,146,8); }
div.DivClassName
{
background-color: #A09208;
}
.BgClassName
{
background-color: #A09208;
}
</style>
border-color css
<style>
span { border-color: #A09208; }
span { border-color: rgb(160,146,8); }
td.TdClassName
{
border-color: #A09208;
}
.TagClassName
{
border-color: #A09208;
}
</style>