Shades of Lucky #A79321
Tints of Lucky #A79321
RGB
CMYK
RGB Variations
Color information
#A79321 (or 0xA79321) is known color: Lucky. HEX triplet: A7, 93 and 21. RGB value is (167,147,33). Sum of RGB (Red+Green+Blue) = 167+147+33=347 (45% of max value = 765). Red value is 167 (65.62% from 255 or 48.13% from 347); Green value is 147 (57.81% from 255 or 42.36% from 347); Blue value is 33 (13.28% from 255 or 9.51% from 347); Max value from RGB is 167 - color contains mainly: red. Hex color #A79321 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79321 is #586CDE. Grayscale: #8C8C8C. Windows color (decimal): -5795039 or 2200487. OLE color: 2200487.
HSL color Cylindrical-coordinate representation of color #A79321: hue angle of 51.04º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A79321 is Cyan = 0, Magento = 0.12, Yellow = 0.80 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 147 | 33 | - |
| CMYK | 0 | 0.12 | 0.80 | 0.35 |
| HSL | 51.04º | 0.67% | 0.39% | - |
| HSV(B) | 51.04º | 0.8% | 0.65% | - |
| XYZ | 26.64 | 29.19 | 5.67 | - |
| YUV | 139.98 | 67.63 | 147.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 33 | 0 | 0.12 | 0.80 | 0.35 | 51.04 | 0.67 | 0.39 |
| Hex | A7 | 93 | 21 | 0 | C | 50 | 23 | 33 | 43 | 27 |
| Octal | 247 | 223 | 41 | 0 | 14 | 120 | 43 | 63 | 103 | 47 |
| Binary | 10100111 | 10010011 | 100001 | 0 | 1100 | 1010000 | 100011 | 110011 | 1000011 | 100111 |
Color Harmonies of #A79321
Complementary color
Monochromatic Colors of #A79321
Black with #A79321
Text Example
Text Example
White with #A79321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79321; }
p { color: rgb(167,147,33); }
H1.HeaderClassName
{
color: #A79321;
}
.AnyTagClassName
{
color: #A79321;
}
</style>
background-color css
<style>
a { background-color: #A79321; }
a { background-color: rgb(167,147,33); }
div.DivClassName
{
background-color: #A79321;
}
.BgClassName
{
background-color: #A79321;
}
</style>
border-color css
<style>
span { border-color: #A79321; }
span { border-color: rgb(167,147,33); }
td.TdClassName
{
border-color: #A79321;
}
.TagClassName
{
border-color: #A79321;
}
</style>