Shades of Lucky #A4980A
Tints of Lucky #A4980A
RGB
CMYK
RGB Variations
Color information
#A4980A (or 0xA4980A) is known color: Lucky. HEX triplet: A4, 98 and 0A. RGB value is (164,152,10). Sum of RGB (Red+Green+Blue) = 164+152+10=326 (43% of max value = 765). Red value is 164 (64.45% from 255 or 50.31% from 326); Green value is 152 (59.77% from 255 or 46.63% from 326); Blue value is 10 (4.30% from 255 or 3.07% from 326); Max value from RGB is 164 - color contains mainly: red. Hex color #A4980A is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A4980A is #5B67F5. Grayscale: #8B8B8B. Windows color (decimal): -5990390 or 694436. OLE color: 694436.
HSL color Cylindrical-coordinate representation of color #A4980A: hue angle of 55.32º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A4980A is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 152 | 10 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.36 |
| HSL | 55.32º | 0.89% | 0.34% | - |
| HSV(B) | 55.32º | 0.94% | 0.64% | - |
| XYZ | 26.59 | 30.37 | 4.75 | - |
| YUV | 139.4 | 54.98 | 145.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 152 | 10 | 0 | 0.07 | 0.94 | 0.36 | 55.32 | 0.89 | 0.34 |
| Hex | A4 | 98 | A | 0 | 7 | 5E | 24 | 37 | 59 | 22 |
| Octal | 244 | 230 | 12 | 0 | 7 | 136 | 44 | 67 | 131 | 42 |
| Binary | 10100100 | 10011000 | 1010 | 0 | 111 | 1011110 | 100100 | 110111 | 1011001 | 100010 |
Color Harmonies of #A4980A
Complementary color
Monochromatic Colors of #A4980A
Black with #A4980A
Text Example
Text Example
White with #A4980A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4980A; }
p { color: rgb(164,152,10); }
H1.HeaderClassName
{
color: #A4980A;
}
.AnyTagClassName
{
color: #A4980A;
}
</style>
background-color css
<style>
a { background-color: #A4980A; }
a { background-color: rgb(164,152,10); }
div.DivClassName
{
background-color: #A4980A;
}
.BgClassName
{
background-color: #A4980A;
}
</style>
border-color css
<style>
span { border-color: #A4980A; }
span { border-color: rgb(164,152,10); }
td.TdClassName
{
border-color: #A4980A;
}
.TagClassName
{
border-color: #A4980A;
}
</style>