Shades of Lucky #A09B08
Tints of Lucky #A09B08
RGB
CMYK
RGB Variations
Color information
#A09B08 (or 0xA09B08) is known color: Lucky. HEX triplet: A0, 9B and 08. RGB value is (160,155,8). Sum of RGB (Red+Green+Blue) = 160+155+8=323 (42% of max value = 765). Red value is 160 (62.89% from 255 or 49.54% from 323); Green value is 155 (60.94% from 255 or 47.99% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B08 is #5F64F7. Grayscale: #8C8C8C. Windows color (decimal): -6251768 or 564128. OLE color: 564128.
HSL color Cylindrical-coordinate representation of color #A09B08: hue angle of 58.03º 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 #A09B08 is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 8 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.37 |
| HSL | 58.03º | 0.9% | 0.33% | - |
| HSV(B) | 58.03º | 0.95% | 0.63% | - |
| XYZ | 26.26 | 30.93 | 4.82 | - |
| YUV | 139.74 | 53.66 | 142.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 8 | 0 | 0.03 | 0.95 | 0.37 | 58.03 | 0.9 | 0.33 |
| Hex | A0 | 9B | 8 | 0 | 3 | 5F | 25 | 3A | 5A | 21 |
| Octal | 240 | 233 | 10 | 0 | 3 | 137 | 45 | 72 | 132 | 41 |
| Binary | 10100000 | 10011011 | 1000 | 0 | 11 | 1011111 | 100101 | 111010 | 1011010 | 100001 |
Color Harmonies of #A09B08
Complementary color
Monochromatic Colors of #A09B08
Black with #A09B08
Text Example
Text Example
White with #A09B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B08; }
p { color: rgb(160,155,8); }
H1.HeaderClassName
{
color: #A09B08;
}
.AnyTagClassName
{
color: #A09B08;
}
</style>
background-color css
<style>
a { background-color: #A09B08; }
a { background-color: rgb(160,155,8); }
div.DivClassName
{
background-color: #A09B08;
}
.BgClassName
{
background-color: #A09B08;
}
</style>
border-color css
<style>
span { border-color: #A09B08; }
span { border-color: rgb(160,155,8); }
td.TdClassName
{
border-color: #A09B08;
}
.TagClassName
{
border-color: #A09B08;
}
</style>