Shades of Lucky #A79B0A
Tints of Lucky #A79B0A
RGB
CMYK
RGB Variations
Color information
#A79B0A (or 0xA79B0A) is known color: Lucky. HEX triplet: A7, 9B and 0A. RGB value is (167,155,10). Sum of RGB (Red+Green+Blue) = 167+155+10=332 (43% of max value = 765). Red value is 167 (65.62% from 255 or 50.30% from 332); Green value is 155 (60.94% from 255 or 46.69% from 332); Blue value is 10 (4.30% from 255 or 3.01% from 332); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B0A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79B0A is #5864F5. Grayscale: #8E8E8E. Windows color (decimal): -5793014 or 695207. OLE color: 695207.
HSL color Cylindrical-coordinate representation of color #A79B0A: hue angle of 55.41º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A79B0A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 155 | 10 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.35 |
| HSL | 55.41º | 0.89% | 0.35% | - |
| HSV(B) | 55.41º | 0.94% | 0.65% | - |
| XYZ | 27.71 | 31.68 | 4.94 | - |
| YUV | 142.06 | 53.48 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 155 | 10 | 0 | 0.07 | 0.94 | 0.35 | 55.41 | 0.89 | 0.35 |
| Hex | A7 | 9B | A | 0 | 7 | 5E | 23 | 37 | 59 | 23 |
| Octal | 247 | 233 | 12 | 0 | 7 | 136 | 43 | 67 | 131 | 43 |
| Binary | 10100111 | 10011011 | 1010 | 0 | 111 | 1011110 | 100011 | 110111 | 1011001 | 100011 |
Color Harmonies of #A79B0A
Complementary color
Monochromatic Colors of #A79B0A
Black with #A79B0A
Text Example
Text Example
White with #A79B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79B0A; }
p { color: rgb(167,155,10); }
H1.HeaderClassName
{
color: #A79B0A;
}
.AnyTagClassName
{
color: #A79B0A;
}
</style>
background-color css
<style>
a { background-color: #A79B0A; }
a { background-color: rgb(167,155,10); }
div.DivClassName
{
background-color: #A79B0A;
}
.BgClassName
{
background-color: #A79B0A;
}
</style>
border-color css
<style>
span { border-color: #A79B0A; }
span { border-color: rgb(167,155,10); }
td.TdClassName
{
border-color: #A79B0A;
}
.TagClassName
{
border-color: #A79B0A;
}
</style>