Shades of Lucky #A79D01
Tints of Lucky #A79D01
RGB
CMYK
RGB Variations
Color information
#A79D01 (or 0xA79D01) is known color: Lucky. HEX triplet: A7, 9D and 01. RGB value is (167,157,1). Sum of RGB (Red+Green+Blue) = 167+157+1=325 (43% of max value = 765). Red value is 167 (65.62% from 255 or 51.38% from 325); Green value is 157 (61.72% from 255 or 48.31% from 325); Blue value is 1 (0.78% from 255 or 0.31% from 325); Max value from RGB is 167 - color contains mainly: red. Hex color #A79D01 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79D01 is #5862FE. Grayscale: #8E8E8E. Windows color (decimal): -5792511 or 105895. OLE color: 105895.
HSL color Cylindrical-coordinate representation of color #A79D01: hue angle of 56.39º 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 #A79D01 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 157 | 1 | - |
| CMYK | 0 | 0.06 | 0.99 | 0.35 |
| HSL | 56.39º | 0.99% | 0.33% | - |
| HSV(B) | 56.39º | 0.99% | 0.65% | - |
| XYZ | 28 | 32.33 | 4.79 | - |
| YUV | 142.21 | 48.31 | 145.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 157 | 1 | 0 | 0.06 | 0.99 | 0.35 | 56.39 | 0.99 | 0.33 |
| Hex | A7 | 9D | 1 | 0 | 6 | 63 | 23 | 38 | 63 | 21 |
| Octal | 247 | 235 | 1 | 0 | 6 | 143 | 43 | 70 | 143 | 41 |
| Binary | 10100111 | 10011101 | 1 | 0 | 110 | 1100011 | 100011 | 111000 | 1100011 | 100001 |
Color Harmonies of #A79D01
Complementary color
Monochromatic Colors of #A79D01
Black with #A79D01
Text Example
Text Example
White with #A79D01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79D01; }
p { color: rgb(167,157,1); }
H1.HeaderClassName
{
color: #A79D01;
}
.AnyTagClassName
{
color: #A79D01;
}
</style>
background-color css
<style>
a { background-color: #A79D01; }
a { background-color: rgb(167,157,1); }
div.DivClassName
{
background-color: #A79D01;
}
.BgClassName
{
background-color: #A79D01;
}
</style>
border-color css
<style>
span { border-color: #A79D01; }
span { border-color: rgb(167,157,1); }
td.TdClassName
{
border-color: #A79D01;
}
.TagClassName
{
border-color: #A79D01;
}
</style>