Shades of Lucky #A09B0D
Tints of Lucky #A09B0D
RGB
CMYK
RGB Variations
Color information
#A09B0D (or 0xA09B0D) is known color: Lucky. HEX triplet: A0, 9B and 0D. RGB value is (160,155,13). Sum of RGB (Red+Green+Blue) = 160+155+13=328 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.78% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 160 - color contains mainly: red. Hex color #A09B0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09B0D is #5F64F2. Grayscale: #8C8C8C. Windows color (decimal): -6251763 or 891808. OLE color: 891808.
HSL color Cylindrical-coordinate representation of color #A09B0D: hue angle of 57.96º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A09B0D is Cyan = 0, Magento = 0.03, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 155 | 13 | - |
| CMYK | 0 | 0.03 | 0.92 | 0.37 |
| HSL | 57.96º | 0.85% | 0.34% | - |
| HSV(B) | 57.96º | 0.92% | 0.63% | - |
| XYZ | 26.29 | 30.95 | 4.97 | - |
| YUV | 140.31 | 56.16 | 142.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 155 | 13 | 0 | 0.03 | 0.92 | 0.37 | 57.96 | 0.85 | 0.34 |
| Hex | A0 | 9B | D | 0 | 3 | 5C | 25 | 3A | 55 | 22 |
| Octal | 240 | 233 | 15 | 0 | 3 | 134 | 45 | 72 | 125 | 42 |
| Binary | 10100000 | 10011011 | 1101 | 0 | 11 | 1011100 | 100101 | 111010 | 1010101 | 100010 |
Color Harmonies of #A09B0D
Complementary color
Monochromatic Colors of #A09B0D
Black with #A09B0D
Text Example
Text Example
White with #A09B0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09B0D; }
p { color: rgb(160,155,13); }
H1.HeaderClassName
{
color: #A09B0D;
}
.AnyTagClassName
{
color: #A09B0D;
}
</style>
background-color css
<style>
a { background-color: #A09B0D; }
a { background-color: rgb(160,155,13); }
div.DivClassName
{
background-color: #A09B0D;
}
.BgClassName
{
background-color: #A09B0D;
}
</style>
border-color css
<style>
span { border-color: #A09B0D; }
span { border-color: rgb(160,155,13); }
td.TdClassName
{
border-color: #A09B0D;
}
.TagClassName
{
border-color: #A09B0D;
}
</style>