Shades of Lucky #A09B0C
Tints of Lucky #A09B0C
RGB
CMYK
RGB Variations
Color information
#A09B0C (or 0xA09B0C) is known color: Lucky. HEX triplet: A0, 9B and 0C. RGB value is (160,155,12). Sum of RGB (Red+Green+Blue) = 160+155+12=327 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.93% from 327); Green value is 155 (60.94% from 255 or 47.40% from 327); Blue value is 12 (5.08% from 255 or 3.67% from 327); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B0C is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B0C is #5F64F3. Grayscale: #8C8C8C. Windows color (decimal): -6251764 or 826272. OLE color: 826272.
HSL color Cylindrical-coordinate representation of color #A09B0C: hue angle of 57.97º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A09B0C is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 12 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.37 |
| HSL | 57.97º | 0.86% | 0.34% | - |
| HSV(B) | 57.97º | 0.93% | 0.63% | - |
| XYZ | 26.28 | 30.94 | 4.94 | - |
| YUV | 140.19 | 55.66 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 12 | 0 | 0.03 | 0.93 | 0.37 | 57.97 | 0.86 | 0.34 |
| Hex | A0 | 9B | C | 0 | 3 | 5D | 25 | 3A | 56 | 22 |
| Octal | 240 | 233 | 14 | 0 | 3 | 135 | 45 | 72 | 126 | 42 |
| Binary | 10100000 | 10011011 | 1100 | 0 | 11 | 1011101 | 100101 | 111010 | 1010110 | 100010 |
Color Harmonies of #A09B0C
Complementary color
Monochromatic Colors of #A09B0C
Black with #A09B0C
Text Example
Text Example
White with #A09B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B0C; }
p { color: rgb(160,155,12); }
H1.HeaderClassName
{
color: #A09B0C;
}
.AnyTagClassName
{
color: #A09B0C;
}
</style>
background-color css
<style>
a { background-color: #A09B0C; }
a { background-color: rgb(160,155,12); }
div.DivClassName
{
background-color: #A09B0C;
}
.BgClassName
{
background-color: #A09B0C;
}
</style>
border-color css
<style>
span { border-color: #A09B0C; }
span { border-color: rgb(160,155,12); }
td.TdClassName
{
border-color: #A09B0C;
}
.TagClassName
{
border-color: #A09B0C;
}
</style>