Shades of Lucky #A09C14
Tints of Lucky #A09C14
RGB
CMYK
RGB Variations
Color information
#A09C14 (or 0xA09C14) is known color: Lucky. HEX triplet: A0, 9C and 14. RGB value is (160,156,20). Sum of RGB (Red+Green+Blue) = 160+156+20=336 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.62% from 336); Green value is 156 (61.33% from 255 or 46.43% from 336); Blue value is 20 (8.20% from 255 or 5.95% from 336); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C14 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09C14 is #5F63EB. Grayscale: #8E8E8E. Windows color (decimal): -6251500 or 1350816. OLE color: 1350816.
HSL color Cylindrical-coordinate representation of color #A09C14: hue angle of 58.29º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A09C14 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 20 | - |
| CMYK | 0 | 0.02 | 0.88 | 0.37 |
| HSL | 58.29º | 0.78% | 0.35% | - |
| HSV(B) | 58.29º | 0.88% | 0.63% | - |
| XYZ | 26.51 | 31.3 | 5.31 | - |
| YUV | 141.69 | 59.33 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 20 | 0 | 0.02 | 0.88 | 0.37 | 58.29 | 0.78 | 0.35 |
| Hex | A0 | 9C | 14 | 0 | 2 | 58 | 25 | 3A | 4E | 23 |
| Octal | 240 | 234 | 24 | 0 | 2 | 130 | 45 | 72 | 116 | 43 |
| Binary | 10100000 | 10011100 | 10100 | 0 | 10 | 1011000 | 100101 | 111010 | 1001110 | 100011 |
Color Harmonies of #A09C14
Complementary color
Monochromatic Colors of #A09C14
Black with #A09C14
Text Example
Text Example
White with #A09C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C14; }
p { color: rgb(160,156,20); }
H1.HeaderClassName
{
color: #A09C14;
}
.AnyTagClassName
{
color: #A09C14;
}
</style>
background-color css
<style>
a { background-color: #A09C14; }
a { background-color: rgb(160,156,20); }
div.DivClassName
{
background-color: #A09C14;
}
.BgClassName
{
background-color: #A09C14;
}
</style>
border-color css
<style>
span { border-color: #A09C14; }
span { border-color: rgb(160,156,20); }
td.TdClassName
{
border-color: #A09C14;
}
.TagClassName
{
border-color: #A09C14;
}
</style>