Shades of Lucky #A09312
Tints of Lucky #A09312
RGB
CMYK
RGB Variations
Color information
#A09312 (or 0xA09312) is known color: Lucky. HEX triplet: A0, 93 and 12. RGB value is (160,147,18). Sum of RGB (Red+Green+Blue) = 160+147+18=325 (43% of max value = 765). Red value is 160 (62.89% from 255 or 49.23% from 325); Green value is 147 (57.81% from 255 or 45.23% from 325); Blue value is 18 (7.42% from 255 or 5.54% from 325); Max value from RGB is 160 - color contains mainly: red. Hex color #A09312 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09312 is #5F6CED. Grayscale: #888888. Windows color (decimal): -6253806 or 1217440. OLE color: 1217440.
HSL color Cylindrical-coordinate representation of color #A09312: hue angle of 54.51º 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 #A09312 is Cyan = 0, Magento = 0.08, Yellow = 0.89 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 147 | 18 | - |
| CMYK | 0 | 0.08 | 0.89 | 0.37 |
| HSL | 54.51º | 0.8% | 0.35% | - |
| HSV(B) | 54.51º | 0.89% | 0.63% | - |
| XYZ | 25.04 | 28.38 | 4.73 | - |
| YUV | 136.18 | 61.31 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 147 | 18 | 0 | 0.08 | 0.89 | 0.37 | 54.51 | 0.8 | 0.35 |
| Hex | A0 | 93 | 12 | 0 | 8 | 59 | 25 | 37 | 50 | 23 |
| Octal | 240 | 223 | 22 | 0 | 10 | 131 | 45 | 67 | 120 | 43 |
| Binary | 10100000 | 10010011 | 10010 | 0 | 1000 | 1011001 | 100101 | 110111 | 1010000 | 100011 |
Color Harmonies of #A09312
Complementary color
Monochromatic Colors of #A09312
Black with #A09312
Text Example
Text Example
White with #A09312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09312; }
p { color: rgb(160,147,18); }
H1.HeaderClassName
{
color: #A09312;
}
.AnyTagClassName
{
color: #A09312;
}
</style>
background-color css
<style>
a { background-color: #A09312; }
a { background-color: rgb(160,147,18); }
div.DivClassName
{
background-color: #A09312;
}
.BgClassName
{
background-color: #A09312;
}
</style>
border-color css
<style>
span { border-color: #A09312; }
span { border-color: rgb(160,147,18); }
td.TdClassName
{
border-color: #A09312;
}
.TagClassName
{
border-color: #A09312;
}
</style>