Shades of Lucky #A09B09
Tints of Lucky #A09B09
RGB
CMYK
RGB Variations
Color information
#A09B09 (or 0xA09B09) is known color: Lucky. HEX triplet: A0, 9B and 09. RGB value is (160,155,9). Sum of RGB (Red+Green+Blue) = 160+155+9=324 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.38% from 324); Green value is 155 (60.94% from 255 or 47.84% from 324); Blue value is 9 (3.91% from 255 or 2.78% from 324); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B09 is #5F64F6. Grayscale: #8C8C8C. Windows color (decimal): -6251767 or 629664. OLE color: 629664.
HSL color Cylindrical-coordinate representation of color #A09B09: hue angle of 58.01º degrees, saturation: 0.89, 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 #A09B09 is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 9 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.37 |
| HSL | 58.01º | 0.89% | 0.33% | - |
| HSV(B) | 58.01º | 0.94% | 0.63% | - |
| XYZ | 26.27 | 30.94 | 4.85 | - |
| YUV | 139.85 | 54.16 | 142.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 9 | 0 | 0.03 | 0.94 | 0.37 | 58.01 | 0.89 | 0.33 |
| Hex | A0 | 9B | 9 | 0 | 3 | 5E | 25 | 3A | 59 | 21 |
| Octal | 240 | 233 | 11 | 0 | 3 | 136 | 45 | 72 | 131 | 41 |
| Binary | 10100000 | 10011011 | 1001 | 0 | 11 | 1011110 | 100101 | 111010 | 1011001 | 100001 |
Color Harmonies of #A09B09
Complementary color
Monochromatic Colors of #A09B09
Black with #A09B09
Text Example
Text Example
White with #A09B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B09; }
p { color: rgb(160,155,9); }
H1.HeaderClassName
{
color: #A09B09;
}
.AnyTagClassName
{
color: #A09B09;
}
</style>
background-color css
<style>
a { background-color: #A09B09; }
a { background-color: rgb(160,155,9); }
div.DivClassName
{
background-color: #A09B09;
}
.BgClassName
{
background-color: #A09B09;
}
</style>
border-color css
<style>
span { border-color: #A09B09; }
span { border-color: rgb(160,155,9); }
td.TdClassName
{
border-color: #A09B09;
}
.TagClassName
{
border-color: #A09B09;
}
</style>