Shades of Lucky #A79501
Tints of Lucky #A79501
RGB
CMYK
RGB Variations
Color information
#A79501 (or 0xA79501) is known color: Lucky. HEX triplet: A7, 95 and 01. RGB value is (167,149,1). Sum of RGB (Red+Green+Blue) = 167+149+1=317 (41% of max value = 765). Red value is 167 (65.62% from 255 or 52.68% from 317); Green value is 149 (58.59% from 255 or 47.00% from 317); Blue value is 1 (0.78% from 255 or 0.32% from 317); Max value from RGB is 167 - color contains mainly: red. Hex color #A79501 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79501 is #586AFE. Grayscale: #8A8A8A. Windows color (decimal): -5794559 or 103847. OLE color: 103847.
HSL color Cylindrical-coordinate representation of color #A79501: hue angle of 53.49º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A79501 is Cyan = 0, Magento = 0.11, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 149 | 1 | - |
| CMYK | 0 | 0.11 | 0.99 | 0.35 |
| HSL | 53.49º | 0.99% | 0.33% | - |
| HSV(B) | 53.49º | 0.99% | 0.65% | - |
| XYZ | 26.69 | 29.71 | 4.36 | - |
| YUV | 137.51 | 50.96 | 149.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 149 | 1 | 0 | 0.11 | 0.99 | 0.35 | 53.49 | 0.99 | 0.33 |
| Hex | A7 | 95 | 1 | 0 | B | 63 | 23 | 35 | 63 | 21 |
| Octal | 247 | 225 | 1 | 0 | 13 | 143 | 43 | 65 | 143 | 41 |
| Binary | 10100111 | 10010101 | 1 | 0 | 1011 | 1100011 | 100011 | 110101 | 1100011 | 100001 |
Color Harmonies of #A79501
Complementary color
Monochromatic Colors of #A79501
Black with #A79501
Text Example
Text Example
White with #A79501
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79501; }
p { color: rgb(167,149,1); }
H1.HeaderClassName
{
color: #A79501;
}
.AnyTagClassName
{
color: #A79501;
}
</style>
background-color css
<style>
a { background-color: #A79501; }
a { background-color: rgb(167,149,1); }
div.DivClassName
{
background-color: #A79501;
}
.BgClassName
{
background-color: #A79501;
}
</style>
border-color css
<style>
span { border-color: #A79501; }
span { border-color: rgb(167,149,1); }
td.TdClassName
{
border-color: #A79501;
}
.TagClassName
{
border-color: #A79501;
}
</style>