Shades of Lucky #A09B0B
Tints of Lucky #A09B0B
RGB
CMYK
RGB Variations
Color information
#A09B0B (or 0xA09B0B) is known color: Lucky. HEX triplet: A0, 9B and 0B. RGB value is (160,155,11). Sum of RGB (Red+Green+Blue) = 160+155+11=326 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.08% from 326); Green value is 155 (60.94% from 255 or 47.55% from 326); Blue value is 11 (4.69% from 255 or 3.37% from 326); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B0B is #5F64F4. Grayscale: #8C8C8C. Windows color (decimal): -6251765 or 760736. OLE color: 760736.
HSL color Cylindrical-coordinate representation of color #A09B0B: hue angle of 57.99º degrees, saturation: 0.87, 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 #A09B0B is Cyan = 0, Magento = 0.03, Yellow = 0.93 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 11 | - |
| CMYK | 0 | 0.03 | 0.93 | 0.37 |
| HSL | 57.99º | 0.87% | 0.34% | - |
| HSV(B) | 57.99º | 0.93% | 0.63% | - |
| XYZ | 26.28 | 30.94 | 4.9 | - |
| YUV | 140.08 | 55.16 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 11 | 0 | 0.03 | 0.93 | 0.37 | 57.99 | 0.87 | 0.34 |
| Hex | A0 | 9B | B | 0 | 3 | 5D | 25 | 3A | 57 | 22 |
| Octal | 240 | 233 | 13 | 0 | 3 | 135 | 45 | 72 | 127 | 42 |
| Binary | 10100000 | 10011011 | 1011 | 0 | 11 | 1011101 | 100101 | 111010 | 1010111 | 100010 |
Color Harmonies of #A09B0B
Complementary color
Monochromatic Colors of #A09B0B
Black with #A09B0B
Text Example
Text Example
White with #A09B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B0B; }
p { color: rgb(160,155,11); }
H1.HeaderClassName
{
color: #A09B0B;
}
.AnyTagClassName
{
color: #A09B0B;
}
</style>
background-color css
<style>
a { background-color: #A09B0B; }
a { background-color: rgb(160,155,11); }
div.DivClassName
{
background-color: #A09B0B;
}
.BgClassName
{
background-color: #A09B0B;
}
</style>
border-color css
<style>
span { border-color: #A09B0B; }
span { border-color: rgb(160,155,11); }
td.TdClassName
{
border-color: #A09B0B;
}
.TagClassName
{
border-color: #A09B0B;
}
</style>