Shades of Lucky #A09727
Tints of Lucky #A09727
RGB
CMYK
RGB Variations
Color information
#A09727 (or 0xA09727) is known color: Lucky. HEX triplet: A0, 97 and 27. RGB value is (160,151,39). Sum of RGB (Red+Green+Blue) = 160+151+39=350 (46% of max value = 765). Red value is 160 (62.89% from 255 or 45.71% from 350); Green value is 151 (59.38% from 255 or 43.14% from 350); Blue value is 39 (15.62% from 255 or 11.14% from 350); Max value from RGB is 160 - color contains mainly: red. Hex color #A09727 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A09727 is #5F68D8. Grayscale: #8D8D8D. Windows color (decimal): -6252761 or 2594720. OLE color: 2594720.
HSL color Cylindrical-coordinate representation of color #A09727: hue angle of 55.54º 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 #A09727 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 151 | 39 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.37 |
| HSL | 55.54º | 0.61% | 0.39% | - |
| HSV(B) | 55.54º | 0.76% | 0.63% | - |
| XYZ | 25.93 | 29.75 | 6.3 | - |
| YUV | 140.92 | 70.48 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 151 | 39 | 0 | 0.06 | 0.76 | 0.37 | 55.54 | 0.61 | 0.39 |
| Hex | A0 | 97 | 27 | 0 | 6 | 4C | 25 | 38 | 3D | 27 |
| Octal | 240 | 227 | 47 | 0 | 6 | 114 | 45 | 70 | 75 | 47 |
| Binary | 10100000 | 10010111 | 100111 | 0 | 110 | 1001100 | 100101 | 111000 | 111101 | 100111 |
Color Harmonies of #A09727
Complementary color
Monochromatic Colors of #A09727
Black with #A09727
Text Example
Text Example
White with #A09727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A09727; }
p { color: rgb(160,151,39); }
H1.HeaderClassName
{
color: #A09727;
}
.AnyTagClassName
{
color: #A09727;
}
</style>
background-color css
<style>
a { background-color: #A09727; }
a { background-color: rgb(160,151,39); }
div.DivClassName
{
background-color: #A09727;
}
.BgClassName
{
background-color: #A09727;
}
</style>
border-color css
<style>
span { border-color: #A09727; }
span { border-color: rgb(160,151,39); }
td.TdClassName
{
border-color: #A09727;
}
.TagClassName
{
border-color: #A09727;
}
</style>