Shades of Lucky #A79527
Tints of Lucky #A79527
RGB
CMYK
RGB Variations
Color information
#A79527 (or 0xA79527) is known color: Lucky. HEX triplet: A7, 95 and 27. RGB value is (167,149,39). Sum of RGB (Red+Green+Blue) = 167+149+39=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 39 (15.62% from 255 or 10.99% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A79527 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79527 is #586AD8. Grayscale: #8E8E8E. Windows color (decimal): -5794521 or 2594215. OLE color: 2594215.
HSL color Cylindrical-coordinate representation of color #A79527: hue angle of 51.56º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A79527 is Cyan = 0, Magento = 0.11, Yellow = 0.77 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 149 | 39 | - |
| CMYK | 0 | 0.11 | 0.77 | 0.35 |
| HSL | 51.56º | 0.62% | 0.4% | - |
| HSV(B) | 51.56º | 0.77% | 0.65% | - |
| XYZ | 27.05 | 29.86 | 6.26 | - |
| YUV | 141.84 | 69.96 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 39 | 0 | 0.11 | 0.77 | 0.35 | 51.56 | 0.62 | 0.4 |
| Hex | A7 | 95 | 27 | 0 | B | 4D | 23 | 34 | 3E | 28 |
| Octal | 247 | 225 | 47 | 0 | 13 | 115 | 43 | 64 | 76 | 50 |
| Binary | 10100111 | 10010101 | 100111 | 0 | 1011 | 1001101 | 100011 | 110100 | 111110 | 101000 |
Color Harmonies of #A79527
Complementary color
Monochromatic Colors of #A79527
Black with #A79527
Text Example
Text Example
White with #A79527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79527; }
p { color: rgb(167,149,39); }
H1.HeaderClassName
{
color: #A79527;
}
.AnyTagClassName
{
color: #A79527;
}
</style>
background-color css
<style>
a { background-color: #A79527; }
a { background-color: rgb(167,149,39); }
div.DivClassName
{
background-color: #A79527;
}
.BgClassName
{
background-color: #A79527;
}
</style>
border-color css
<style>
span { border-color: #A79527; }
span { border-color: rgb(167,149,39); }
td.TdClassName
{
border-color: #A79527;
}
.TagClassName
{
border-color: #A79527;
}
</style>