Shades of Lucky #A09C2F
Tints of Lucky #A09C2F
RGB
CMYK
RGB Variations
Color information
#A09C2F (or 0xA09C2F) is known color: Lucky. HEX triplet: A0, 9C and 2F. RGB value is (160,156,47). Sum of RGB (Red+Green+Blue) = 160+156+47=363 (48% of max value = 765). Red value is 160 (62.89% from 255 or 44.08% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 47 (18.75% from 255 or 12.95% from 363); Max value from RGB is 160 - color contains mainly: red. Hex color #A09C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09C2F is #5F63D0. Grayscale: #919191. Windows color (decimal): -6251473 or 3120288. OLE color: 3120288.
HSL color Cylindrical-coordinate representation of color #A09C2F: hue angle of 57.88º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A09C2F is Cyan = 0, Magento = 0.02, Yellow = 0.71 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 156 | 47 | - |
| CMYK | 0 | 0.02 | 0.71 | 0.37 |
| HSL | 57.88º | 0.55% | 0.41% | - |
| HSV(B) | 57.88º | 0.71% | 0.63% | - |
| XYZ | 26.9 | 31.46 | 7.34 | - |
| YUV | 144.77 | 72.83 | 138.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 156 | 47 | 0 | 0.02 | 0.71 | 0.37 | 57.88 | 0.55 | 0.41 |
| Hex | A0 | 9C | 2F | 0 | 2 | 47 | 25 | 3A | 37 | 29 |
| Octal | 240 | 234 | 57 | 0 | 2 | 107 | 45 | 72 | 67 | 51 |
| Binary | 10100000 | 10011100 | 101111 | 0 | 10 | 1000111 | 100101 | 111010 | 110111 | 101001 |
Color Harmonies of #A09C2F
Complementary color
Monochromatic Colors of #A09C2F
Black with #A09C2F
Text Example
Text Example
White with #A09C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09C2F; }
p { color: rgb(160,156,47); }
H1.HeaderClassName
{
color: #A09C2F;
}
.AnyTagClassName
{
color: #A09C2F;
}
</style>
background-color css
<style>
a { background-color: #A09C2F; }
a { background-color: rgb(160,156,47); }
div.DivClassName
{
background-color: #A09C2F;
}
.BgClassName
{
background-color: #A09C2F;
}
</style>
border-color css
<style>
span { border-color: #A09C2F; }
span { border-color: rgb(160,156,47); }
td.TdClassName
{
border-color: #A09C2F;
}
.TagClassName
{
border-color: #A09C2F;
}
</style>