Shades of Lucky #A09C18
Tints of Lucky #A09C18
RGB
CMYK
RGB Variations
Color information
#A09C18 (or 0xA09C18) is known color: Lucky. HEX triplet: A0, 9C and 18. RGB value is (160,156,24). Sum of RGB (Red+Green+Blue) = 160+156+24=340 (45% of max value = 765). Red value is 160 (62.89% from 255 or 47.06% from 340); Green value is 156 (61.33% from 255 or 45.88% from 340); Blue value is 24 (9.77% from 255 or 7.06% from 340); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A09C18 is #5F63E7. Grayscale: #8E8E8E. Windows color (decimal): -6251496 or 1612960. OLE color: 1612960.
HSL color Cylindrical-coordinate representation of color #A09C18: hue angle of 58.24º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A09C18 is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 24 | - |
| CMYK | 0 | 0.02 | 0.85 | 0.37 |
| HSL | 58.24º | 0.74% | 0.36% | - |
| HSV(B) | 58.24º | 0.85% | 0.63% | - |
| XYZ | 26.55 | 31.32 | 5.51 | - |
| YUV | 142.15 | 61.33 | 140.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 24 | 0 | 0.02 | 0.85 | 0.37 | 58.24 | 0.74 | 0.36 |
| Hex | A0 | 9C | 18 | 0 | 2 | 55 | 25 | 3A | 4A | 24 |
| Octal | 240 | 234 | 30 | 0 | 2 | 125 | 45 | 72 | 112 | 44 |
| Binary | 10100000 | 10011100 | 11000 | 0 | 10 | 1010101 | 100101 | 111010 | 1001010 | 100100 |
Color Harmonies of #A09C18
Complementary color
Monochromatic Colors of #A09C18
Black with #A09C18
Text Example
Text Example
White with #A09C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C18; }
p { color: rgb(160,156,24); }
H1.HeaderClassName
{
color: #A09C18;
}
.AnyTagClassName
{
color: #A09C18;
}
</style>
background-color css
<style>
a { background-color: #A09C18; }
a { background-color: rgb(160,156,24); }
div.DivClassName
{
background-color: #A09C18;
}
.BgClassName
{
background-color: #A09C18;
}
</style>
border-color css
<style>
span { border-color: #A09C18; }
span { border-color: rgb(160,156,24); }
td.TdClassName
{
border-color: #A09C18;
}
.TagClassName
{
border-color: #A09C18;
}
</style>