Shades of Lucky #A09D12
Tints of Lucky #A09D12
RGB
CMYK
RGB Variations
Color information
#A09D12 (or 0xA09D12) is known color: Lucky. HEX triplet: A0, 9D and 12. RGB value is (160,157,18). Sum of RGB (Red+Green+Blue) = 160+157+18=335 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.76% from 335); Green value is 157 (61.72% from 255 or 46.87% from 335); Blue value is 18 (7.42% from 255 or 5.37% from 335); Max value from RGB is 160 - color contains mainly: red. Hex color #A09D12 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09D12 is #5F62ED. Grayscale: #8E8E8E. Windows color (decimal): -6251246 or 1220000. OLE color: 1220000.
HSL color Cylindrical-coordinate representation of color #A09D12: hue angle of 58.73º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A09D12 is Cyan = 0, Magento = 0.02, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 157 | 18 | - |
| CMYK | 0 | 0.02 | 0.89 | 0.37 |
| HSL | 58.73º | 0.8% | 0.35% | - |
| HSV(B) | 58.73º | 0.89% | 0.63% | - |
| XYZ | 26.66 | 31.63 | 5.27 | - |
| YUV | 142.05 | 57.99 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 157 | 18 | 0 | 0.02 | 0.89 | 0.37 | 58.73 | 0.8 | 0.35 |
| Hex | A0 | 9D | 12 | 0 | 2 | 59 | 25 | 3B | 50 | 23 |
| Octal | 240 | 235 | 22 | 0 | 2 | 131 | 45 | 73 | 120 | 43 |
| Binary | 10100000 | 10011101 | 10010 | 0 | 10 | 1011001 | 100101 | 111011 | 1010000 | 100011 |
Color Harmonies of #A09D12
Complementary color
Monochromatic Colors of #A09D12
Black with #A09D12
Text Example
Text Example
White with #A09D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09D12; }
p { color: rgb(160,157,18); }
H1.HeaderClassName
{
color: #A09D12;
}
.AnyTagClassName
{
color: #A09D12;
}
</style>
background-color css
<style>
a { background-color: #A09D12; }
a { background-color: rgb(160,157,18); }
div.DivClassName
{
background-color: #A09D12;
}
.BgClassName
{
background-color: #A09D12;
}
</style>
border-color css
<style>
span { border-color: #A09D12; }
span { border-color: rgb(160,157,18); }
td.TdClassName
{
border-color: #A09D12;
}
.TagClassName
{
border-color: #A09D12;
}
</style>