Shades of Lucky #A09B0A
Tints of Lucky #A09B0A
RGB
CMYK
RGB Variations
Color information
#A09B0A (or 0xA09B0A) is known color: Lucky. HEX triplet: A0, 9B and 0A. RGB value is (160,155,10). Sum of RGB (Red+Green+Blue) = 160+155+10=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 155 (60.94% from 255 or 47.69% from 325); Blue value is 10 (4.30% from 255 or 3.08% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B0A is #5F64F5. Grayscale: #8C8C8C. Windows color (decimal): -6251766 or 695200. OLE color: 695200.
HSL color Cylindrical-coordinate representation of color #A09B0A: hue angle of 58º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A09B0A is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 10 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.37 |
| HSL | 58º | 0.88% | 0.33% | - |
| HSV(B) | 58º | 0.94% | 0.63% | - |
| XYZ | 26.27 | 30.94 | 4.87 | - |
| YUV | 139.97 | 54.66 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 10 | 0 | 0.03 | 0.94 | 0.37 | 58 | 0.88 | 0.33 |
| Hex | A0 | 9B | A | 0 | 3 | 5E | 25 | 3A | 58 | 21 |
| Octal | 240 | 233 | 12 | 0 | 3 | 136 | 45 | 72 | 130 | 41 |
| Binary | 10100000 | 10011011 | 1010 | 0 | 11 | 1011110 | 100101 | 111010 | 1011000 | 100001 |
Color Harmonies of #A09B0A
Complementary color
Monochromatic Colors of #A09B0A
Black with #A09B0A
Text Example
Text Example
White with #A09B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B0A; }
p { color: rgb(160,155,10); }
H1.HeaderClassName
{
color: #A09B0A;
}
.AnyTagClassName
{
color: #A09B0A;
}
</style>
background-color css
<style>
a { background-color: #A09B0A; }
a { background-color: rgb(160,155,10); }
div.DivClassName
{
background-color: #A09B0A;
}
.BgClassName
{
background-color: #A09B0A;
}
</style>
border-color css
<style>
span { border-color: #A09B0A; }
span { border-color: rgb(160,155,10); }
td.TdClassName
{
border-color: #A09B0A;
}
.TagClassName
{
border-color: #A09B0A;
}
</style>