Shades of Lucky #A09B04
Tints of Lucky #A09B04
RGB
CMYK
RGB Variations
Color information
#A09B04 (or 0xA09B04) is known color: Lucky. HEX triplet: A0, 9B and 04. RGB value is (160,155,4). Sum of RGB (Red+Green+Blue) = 160+155+4=319 (42% of max value = 765). Red value is 160 (62.89% from 255 or 50.16% from 319); Green value is 155 (60.94% from 255 or 48.59% from 319); Blue value is 4 (1.95% from 255 or 1.25% from 319); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B04 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B04 is #5F64FB. Grayscale: #8B8B8B. Windows color (decimal): -6251772 or 301984. OLE color: 301984.
HSL color Cylindrical-coordinate representation of color #A09B04: hue angle of 58.08º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A09B04 is Cyan = 0, Magento = 0.03, Yellow = 0.98 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 4 | - |
| CMYK | 0 | 0.03 | 0.98 | 0.37 |
| HSL | 58.08º | 0.95% | 0.32% | - |
| HSV(B) | 58.08º | 0.98% | 0.63% | - |
| XYZ | 26.24 | 30.93 | 4.7 | - |
| YUV | 139.28 | 51.66 | 142.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 4 | 0 | 0.03 | 0.98 | 0.37 | 58.08 | 0.95 | 0.32 |
| Hex | A0 | 9B | 4 | 0 | 3 | 62 | 25 | 3A | 5F | 20 |
| Octal | 240 | 233 | 4 | 0 | 3 | 142 | 45 | 72 | 137 | 40 |
| Binary | 10100000 | 10011011 | 100 | 0 | 11 | 1100010 | 100101 | 111010 | 1011111 | 100000 |
Color Harmonies of #A09B04
Complementary color
Monochromatic Colors of #A09B04
Black with #A09B04
Text Example
Text Example
White with #A09B04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B04; }
p { color: rgb(160,155,4); }
H1.HeaderClassName
{
color: #A09B04;
}
.AnyTagClassName
{
color: #A09B04;
}
</style>
background-color css
<style>
a { background-color: #A09B04; }
a { background-color: rgb(160,155,4); }
div.DivClassName
{
background-color: #A09B04;
}
.BgClassName
{
background-color: #A09B04;
}
</style>
border-color css
<style>
span { border-color: #A09B04; }
span { border-color: rgb(160,155,4); }
td.TdClassName
{
border-color: #A09B04;
}
.TagClassName
{
border-color: #A09B04;
}
</style>