Shades of Lucky #A79325
Tints of Lucky #A79325
RGB
CMYK
RGB Variations
Color information
#A79325 (or 0xA79325) is known color: Lucky. HEX triplet: A7, 93 and 25. RGB value is (167,147,37). Sum of RGB (Red+Green+Blue) = 167+147+37=351 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.58% from 351); Green value is 147 (57.81% from 255 or 41.88% from 351); Blue value is 37 (14.84% from 255 or 10.54% from 351); Max value from RGB is 167 - color contains mainly: red. Hex color #A79325 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79325 is #586CDA. Grayscale: #8C8C8C. Windows color (decimal): -5795035 or 2462631. OLE color: 2462631.
HSL color Cylindrical-coordinate representation of color #A79325: hue angle of 50.77º degrees, saturation: 0.64, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A79325 is Cyan = 0, Magento = 0.12, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 167 | 147 | 37 | - |
| CMYK | 0 | 0.12 | 0.78 | 0.35 |
| HSL | 50.77º | 0.64% | 0.4% | - |
| HSV(B) | 50.77º | 0.78% | 0.65% | - |
| XYZ | 26.7 | 29.22 | 5.98 | - |
| YUV | 140.44 | 69.63 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 147 | 37 | 0 | 0.12 | 0.78 | 0.35 | 50.77 | 0.64 | 0.4 |
| Hex | A7 | 93 | 25 | 0 | C | 4E | 23 | 33 | 40 | 28 |
| Octal | 247 | 223 | 45 | 0 | 14 | 116 | 43 | 63 | 100 | 50 |
| Binary | 10100111 | 10010011 | 100101 | 0 | 1100 | 1001110 | 100011 | 110011 | 1000000 | 101000 |
Color Harmonies of #A79325
Complementary color
Monochromatic Colors of #A79325
Black with #A79325
Text Example
Text Example
White with #A79325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A79325; }
p { color: rgb(167,147,37); }
H1.HeaderClassName
{
color: #A79325;
}
.AnyTagClassName
{
color: #A79325;
}
</style>
background-color css
<style>
a { background-color: #A79325; }
a { background-color: rgb(167,147,37); }
div.DivClassName
{
background-color: #A79325;
}
.BgClassName
{
background-color: #A79325;
}
</style>
border-color css
<style>
span { border-color: #A79325; }
span { border-color: rgb(167,147,37); }
td.TdClassName
{
border-color: #A79325;
}
.TagClassName
{
border-color: #A79325;
}
</style>