Shades of Lucky #A09D0D
Tints of Lucky #A09D0D
RGB
CMYK
RGB Variations
Color information
#A09D0D (or 0xA09D0D) is known color: Lucky. HEX triplet: A0, 9D and 0D. RGB value is (160,157,13). Sum of RGB (Red+Green+Blue) = 160+157+13=330 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.48% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 13 (5.47% from 255 or 3.94% from 330); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D0D is #5F62F2. Grayscale: #8E8E8E. Windows color (decimal): -6251251 or 892320. OLE color: 892320.
HSL color Cylindrical-coordinate representation of color #A09D0D: hue angle of 58.78º 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 #A09D0D is Cyan = 0, Magento = 0.02, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 13 | - |
| CMYK | 0 | 0.02 | 0.92 | 0.37 |
| HSL | 58.78º | 0.85% | 0.34% | - |
| HSV(B) | 58.78º | 0.92% | 0.63% | - |
| XYZ | 26.63 | 31.62 | 5.08 | - |
| YUV | 141.48 | 55.49 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 13 | 0 | 0.02 | 0.92 | 0.37 | 58.78 | 0.85 | 0.34 |
| Hex | A0 | 9D | D | 0 | 2 | 5C | 25 | 3B | 55 | 22 |
| Octal | 240 | 235 | 15 | 0 | 2 | 134 | 45 | 73 | 125 | 42 |
| Binary | 10100000 | 10011101 | 1101 | 0 | 10 | 1011100 | 100101 | 111011 | 1010101 | 100010 |
Color Harmonies of #A09D0D
Complementary color
Monochromatic Colors of #A09D0D
Black with #A09D0D
Text Example
Text Example
White with #A09D0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D0D; }
p { color: rgb(160,157,13); }
H1.HeaderClassName
{
color: #A09D0D;
}
.AnyTagClassName
{
color: #A09D0D;
}
</style>
background-color css
<style>
a { background-color: #A09D0D; }
a { background-color: rgb(160,157,13); }
div.DivClassName
{
background-color: #A09D0D;
}
.BgClassName
{
background-color: #A09D0D;
}
</style>
border-color css
<style>
span { border-color: #A09D0D; }
span { border-color: rgb(160,157,13); }
td.TdClassName
{
border-color: #A09D0D;
}
.TagClassName
{
border-color: #A09D0D;
}
</style>