Shades of Lucky #A49A27
Tints of Lucky #A49A27
RGB
CMYK
RGB Variations
Color information
#A49A27 (or 0xA49A27) is known color: Lucky. HEX triplet: A4, 9A and 27. RGB value is (164,154,39). Sum of RGB (Red+Green+Blue) = 164+154+39=357 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.94% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 39 (15.62% from 255 or 10.92% from 357); Max value from RGB is 164 - color contains mainly: red. Hex color #A49A27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A49A27 is #5B65D8. Grayscale: #909090. Windows color (decimal): -5989849 or 2595492. OLE color: 2595492.
HSL color Cylindrical-coordinate representation of color #A49A27: hue angle of 55.2º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A49A27 is Cyan = 0, Magento = 0.06, Yellow = 0.76 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 154 | 39 | - |
| CMYK | 0 | 0.06 | 0.76 | 0.36 |
| HSL | 55.2º | 0.62% | 0.4% | - |
| HSV(B) | 55.2º | 0.76% | 0.64% | - |
| XYZ | 27.23 | 31.15 | 6.5 | - |
| YUV | 143.88 | 68.81 | 142.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 154 | 39 | 0 | 0.06 | 0.76 | 0.36 | 55.2 | 0.62 | 0.4 |
| Hex | A4 | 9A | 27 | 0 | 6 | 4C | 24 | 37 | 3E | 28 |
| Octal | 244 | 232 | 47 | 0 | 6 | 114 | 44 | 67 | 76 | 50 |
| Binary | 10100100 | 10011010 | 100111 | 0 | 110 | 1001100 | 100100 | 110111 | 111110 | 101000 |
Color Harmonies of #A49A27
Complementary color
Monochromatic Colors of #A49A27
Black with #A49A27
Text Example
Text Example
White with #A49A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A49A27; }
p { color: rgb(164,154,39); }
H1.HeaderClassName
{
color: #A49A27;
}
.AnyTagClassName
{
color: #A49A27;
}
</style>
background-color css
<style>
a { background-color: #A49A27; }
a { background-color: rgb(164,154,39); }
div.DivClassName
{
background-color: #A49A27;
}
.BgClassName
{
background-color: #A49A27;
}
</style>
border-color css
<style>
span { border-color: #A49A27; }
span { border-color: rgb(164,154,39); }
td.TdClassName
{
border-color: #A49A27;
}
.TagClassName
{
border-color: #A49A27;
}
</style>