Shades of Lucky #A09712
Tints of Lucky #A09712
RGB
CMYK
RGB Variations
Color information
#A09712 (or 0xA09712) is known color: Lucky. HEX triplet: A0, 97 and 12. RGB value is (160,151,18). Sum of RGB (Red+Green+Blue) = 160+151+18=329 (43% of max value = 765). Red value is 160 (62.89% from 255 or 48.63% from 329); Green value is 151 (59.38% from 255 or 45.90% from 329); Blue value is 18 (7.42% from 255 or 5.47% from 329); Max value from RGB is 160 - color contains mainly: red. Hex color #A09712 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09712 is #5F68ED. Grayscale: #8B8B8B. Windows color (decimal): -6252782 or 1218464. OLE color: 1218464.
HSL color Cylindrical-coordinate representation of color #A09712: hue angle of 56.2º 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 #A09712 is Cyan = 0, Magento = 0.06, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 151 | 18 | - |
| CMYK | 0 | 0.06 | 0.89 | 0.37 |
| HSL | 56.2º | 0.8% | 0.35% | - |
| HSV(B) | 56.2º | 0.89% | 0.63% | - |
| XYZ | 25.67 | 29.65 | 4.94 | - |
| YUV | 138.53 | 59.98 | 143.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 18 | 0 | 0.06 | 0.89 | 0.37 | 56.2 | 0.8 | 0.35 |
| Hex | A0 | 97 | 12 | 0 | 6 | 59 | 25 | 38 | 50 | 23 |
| Octal | 240 | 227 | 22 | 0 | 6 | 131 | 45 | 70 | 120 | 43 |
| Binary | 10100000 | 10010111 | 10010 | 0 | 110 | 1011001 | 100101 | 111000 | 1010000 | 100011 |
Color Harmonies of #A09712
Complementary color
Monochromatic Colors of #A09712
Black with #A09712
Text Example
Text Example
White with #A09712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09712; }
p { color: rgb(160,151,18); }
H1.HeaderClassName
{
color: #A09712;
}
.AnyTagClassName
{
color: #A09712;
}
</style>
background-color css
<style>
a { background-color: #A09712; }
a { background-color: rgb(160,151,18); }
div.DivClassName
{
background-color: #A09712;
}
.BgClassName
{
background-color: #A09712;
}
</style>
border-color css
<style>
span { border-color: #A09712; }
span { border-color: rgb(160,151,18); }
td.TdClassName
{
border-color: #A09712;
}
.TagClassName
{
border-color: #A09712;
}
</style>