Shades of Lucky #A79901
Tints of Lucky #A79901
RGB
CMYK
RGB Variations
Color information
#A79901 (or 0xA79901) is known color: Lucky. HEX triplet: A7, 99 and 01. RGB value is (167,153,1). Sum of RGB (Red+Green+Blue) = 167+153+1=321 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.02% from 321); Green value is 153 (60.16% from 255 or 47.66% from 321); Blue value is 1 (0.78% from 255 or 0.31% from 321); Max value from RGB is 167 - color contains mainly: red. Hex color #A79901 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79901 is #5866FE. Grayscale: #8C8C8C. Windows color (decimal): -5793535 or 104871. OLE color: 104871.
HSL color Cylindrical-coordinate representation of color #A79901: hue angle of 54.94º 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 #A79901 is Cyan = 0, Magento = 0.08, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 153 | 1 | - |
| CMYK | 0 | 0.08 | 0.99 | 0.35 |
| HSL | 54.94º | 0.99% | 0.33% | - |
| HSV(B) | 54.94º | 0.99% | 0.65% | - |
| XYZ | 27.33 | 31 | 4.57 | - |
| YUV | 139.86 | 49.64 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 1 | 0 | 0.08 | 0.99 | 0.35 | 54.94 | 0.99 | 0.33 |
| Hex | A7 | 99 | 1 | 0 | 8 | 63 | 23 | 37 | 63 | 21 |
| Octal | 247 | 231 | 1 | 0 | 10 | 143 | 43 | 67 | 143 | 41 |
| Binary | 10100111 | 10011001 | 1 | 0 | 1000 | 1100011 | 100011 | 110111 | 1100011 | 100001 |
Color Harmonies of #A79901
Complementary color
Monochromatic Colors of #A79901
Black with #A79901
Text Example
Text Example
White with #A79901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79901; }
p { color: rgb(167,153,1); }
H1.HeaderClassName
{
color: #A79901;
}
.AnyTagClassName
{
color: #A79901;
}
</style>
background-color css
<style>
a { background-color: #A79901; }
a { background-color: rgb(167,153,1); }
div.DivClassName
{
background-color: #A79901;
}
.BgClassName
{
background-color: #A79901;
}
</style>
border-color css
<style>
span { border-color: #A79901; }
span { border-color: rgb(167,153,1); }
td.TdClassName
{
border-color: #A79901;
}
.TagClassName
{
border-color: #A79901;
}
</style>