Shades of Lucky #A09927
Tints of Lucky #A09927
RGB
CMYK
RGB Variations
Color information
#A09927 (or 0xA09927) is known color: Lucky. HEX triplet: A0, 99 and 27. RGB value is (160,153,39). Sum of RGB (Red+Green+Blue) = 160+153+39=352 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.45% from 352); Green value is 153 (60.16% from 255 or 43.47% from 352); Blue value is 39 (15.62% from 255 or 11.08% from 352); Max value from RGB is 160 - color contains mainly: red. Hex color #A09927 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09927 is #5F66D8. Grayscale: #8E8E8E. Windows color (decimal): -6252249 or 2595232. OLE color: 2595232.
HSL color Cylindrical-coordinate representation of color #A09927: hue angle of 56.53º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A09927 is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 153 | 39 | - |
| CMYK | 0 | 0.04 | 0.76 | 0.37 |
| HSL | 56.53º | 0.61% | 0.39% | - |
| HSV(B) | 56.53º | 0.76% | 0.63% | - |
| XYZ | 26.25 | 30.4 | 6.4 | - |
| YUV | 142.1 | 69.82 | 140.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 153 | 39 | 0 | 0.04 | 0.76 | 0.37 | 56.53 | 0.61 | 0.39 |
| Hex | A0 | 99 | 27 | 0 | 4 | 4C | 25 | 39 | 3D | 27 |
| Octal | 240 | 231 | 47 | 0 | 4 | 114 | 45 | 71 | 75 | 47 |
| Binary | 10100000 | 10011001 | 100111 | 0 | 100 | 1001100 | 100101 | 111001 | 111101 | 100111 |
Color Harmonies of #A09927
Complementary color
Monochromatic Colors of #A09927
Black with #A09927
Text Example
Text Example
White with #A09927
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09927; }
p { color: rgb(160,153,39); }
H1.HeaderClassName
{
color: #A09927;
}
.AnyTagClassName
{
color: #A09927;
}
</style>
background-color css
<style>
a { background-color: #A09927; }
a { background-color: rgb(160,153,39); }
div.DivClassName
{
background-color: #A09927;
}
.BgClassName
{
background-color: #A09927;
}
</style>
border-color css
<style>
span { border-color: #A09927; }
span { border-color: rgb(160,153,39); }
td.TdClassName
{
border-color: #A09927;
}
.TagClassName
{
border-color: #A09927;
}
</style>