Shades of Lucky #A8A031
Tints of Lucky #A8A031
RGB
CMYK
RGB Variations
Color information
#A8A031 (or 0xA8A031) is known color: Lucky. HEX triplet: A8, A0 and 31. RGB value is (168,160,49). Sum of RGB (Red+Green+Blue) = 168+160+49=377 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.56% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 49 (19.53% from 255 or 13.00% from 377); Max value from RGB is 168 - color contains mainly: red. Hex color #A8A031 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A8A031 is #575FCE. Grayscale: #969696. Windows color (decimal): -5726159 or 3252392. OLE color: 3252392.
HSL color Cylindrical-coordinate representation of color #A8A031: hue angle of 55.97º degrees, saturation: 0.55, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A8A031 is Cyan = 0, Magento = 0.05, Yellow = 0.71 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 160 | 49 | - |
| CMYK | 0 | 0.05 | 0.71 | 0.34 |
| HSL | 55.97º | 0.55% | 0.43% | - |
| HSV(B) | 55.97º | 0.71% | 0.66% | - |
| XYZ | 29.27 | 33.69 | 7.87 | - |
| YUV | 149.74 | 71.15 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 160 | 49 | 0 | 0.05 | 0.71 | 0.34 | 55.97 | 0.55 | 0.43 |
| Hex | A8 | A0 | 31 | 0 | 5 | 47 | 22 | 38 | 37 | 2B |
| Octal | 250 | 240 | 61 | 0 | 5 | 107 | 42 | 70 | 67 | 53 |
| Binary | 10101000 | 10100000 | 110001 | 0 | 101 | 1000111 | 100010 | 111000 | 110111 | 101011 |
Color Harmonies of #A8A031
Complementary color
Monochromatic Colors of #A8A031
Black with #A8A031
Text Example
Text Example
White with #A8A031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A031; }
p { color: rgb(168,160,49); }
H1.HeaderClassName
{
color: #A8A031;
}
.AnyTagClassName
{
color: #A8A031;
}
</style>
background-color css
<style>
a { background-color: #A8A031; }
a { background-color: rgb(168,160,49); }
div.DivClassName
{
background-color: #A8A031;
}
.BgClassName
{
background-color: #A8A031;
}
</style>
border-color css
<style>
span { border-color: #A8A031; }
span { border-color: rgb(168,160,49); }
td.TdClassName
{
border-color: #A8A031;
}
.TagClassName
{
border-color: #A8A031;
}
</style>