Shades of Lucky #A29E27
Tints of Lucky #A29E27
RGB
CMYK
RGB Variations
Color information
#A29E27 (or 0xA29E27) is known color: Lucky. HEX triplet: A2, 9E and 27. RGB value is (162,158,39). Sum of RGB (Red+Green+Blue) = 162+158+39=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 158 (62.11% from 255 or 44.01% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29E27 is #5D61D8. Grayscale: #929292. Windows color (decimal): -6119897 or 2596514. OLE color: 2596514.
HSL color Cylindrical-coordinate representation of color #A29E27: hue angle of 58.05º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A29E27 is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 158 | 39 | - |
| CMYK | 0 | 0.02 | 0.76 | 0.36 |
| HSL | 58.05º | 0.61% | 0.39% | - |
| HSV(B) | 58.05º | 0.76% | 0.64% | - |
| XYZ | 27.49 | 32.28 | 6.7 | - |
| YUV | 145.63 | 67.83 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 158 | 39 | 0 | 0.02 | 0.76 | 0.36 | 58.05 | 0.61 | 0.39 |
| Hex | A2 | 9E | 27 | 0 | 2 | 4C | 24 | 3A | 3D | 27 |
| Octal | 242 | 236 | 47 | 0 | 2 | 114 | 44 | 72 | 75 | 47 |
| Binary | 10100010 | 10011110 | 100111 | 0 | 10 | 1001100 | 100100 | 111010 | 111101 | 100111 |
Color Harmonies of #A29E27
Complementary color
Monochromatic Colors of #A29E27
Black with #A29E27
Text Example
Text Example
White with #A29E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A29E27; }
p { color: rgb(162,158,39); }
H1.HeaderClassName
{
color: #A29E27;
}
.AnyTagClassName
{
color: #A29E27;
}
</style>
background-color css
<style>
a { background-color: #A29E27; }
a { background-color: rgb(162,158,39); }
div.DivClassName
{
background-color: #A29E27;
}
.BgClassName
{
background-color: #A29E27;
}
</style>
border-color css
<style>
span { border-color: #A29E27; }
span { border-color: rgb(162,158,39); }
td.TdClassName
{
border-color: #A29E27;
}
.TagClassName
{
border-color: #A29E27;
}
</style>