Shades of Lucky #A79900
Tints of Lucky #A79900
RGB
CMYK
RGB Variations
Color information
#A79900 (or 0xA79900) is known color: Lucky. HEX triplet: A7, 99 and 00. RGB value is (167,153,0). Sum of RGB (Red+Green+Blue) = 167+153+0=320 (42% of max value = 765). Red value is 167 (65.62% from 255 or 52.19% from 320); Green value is 153 (60.16% from 255 or 47.81% from 320); Blue value is 0 (0.39% from 255 or 0% from 320); Max value from RGB is 167 - color contains mainly: red. Hex color #A79900 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A79900 is #5866FF. Grayscale: #8C8C8C. Windows color (decimal): -5793536 or 39335. OLE color: 39335.
HSL color Cylindrical-coordinate representation of color #A79900: hue angle of 54.97º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A79900 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 153 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.35 |
| HSL | 54.97º | 1% | 0.33% | - |
| HSV(B) | 54.97º | 1% | 0.65% | - |
| XYZ | 27.33 | 31 | 4.54 | - |
| YUV | 139.74 | 49.14 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 153 | 0 | 0 | 0.08 | 1 | 0.35 | 54.97 | 1 | 0.33 |
| Hex | A7 | 99 | 0 | 0 | 8 | 64 | 23 | 37 | 64 | 21 |
| Octal | 247 | 231 | 0 | 0 | 10 | 144 | 43 | 67 | 144 | 41 |
| Binary | 10100111 | 10011001 | 0 | 0 | 1000 | 1100100 | 100011 | 110111 | 1100100 | 100001 |
Color Harmonies of #A79900
Complementary color
Monochromatic Colors of #A79900
Black with #A79900
Text Example
Text Example
White with #A79900
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79900; }
p { color: rgb(167,153,0); }
H1.HeaderClassName
{
color: #A79900;
}
.AnyTagClassName
{
color: #A79900;
}
</style>
background-color css
<style>
a { background-color: #A79900; }
a { background-color: rgb(167,153,0); }
div.DivClassName
{
background-color: #A79900;
}
.BgClassName
{
background-color: #A79900;
}
</style>
border-color css
<style>
span { border-color: #A79900; }
span { border-color: rgb(167,153,0); }
td.TdClassName
{
border-color: #A79900;
}
.TagClassName
{
border-color: #A79900;
}
</style>