Shades of Lucky #A28D16
Tints of Lucky #A28D16
RGB
CMYK
RGB Variations
Color information
#A28D16 (or 0xA28D16) is known color: Lucky. HEX triplet: A2, 8D and 16. RGB value is (162,141,22). Sum of RGB (Red+Green+Blue) = 162+141+22=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 141 (55.47% from 255 or 43.38% from 325); Blue value is 22 (8.98% from 255 or 6.77% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A28D16 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28D16 is #5D72E9. Grayscale: #868686. Windows color (decimal): -6124266 or 1478050. OLE color: 1478050.
HSL color Cylindrical-coordinate representation of color #A28D16: hue angle of 51º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A28D16 is Cyan = 0, Magento = 0.13, Yellow = 0.86 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 141 | 22 | - |
| CMYK | 0 | 0.13 | 0.86 | 0.36 |
| HSL | 51º | 0.76% | 0.36% | - |
| HSV(B) | 51º | 0.86% | 0.64% | - |
| XYZ | 24.57 | 26.79 | 4.63 | - |
| YUV | 133.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 141 | 22 | 0 | 0.13 | 0.86 | 0.36 | 51 | 0.76 | 0.36 |
| Hex | A2 | 8D | 16 | 0 | D | 56 | 24 | 33 | 4C | 24 |
| Octal | 242 | 215 | 26 | 0 | 15 | 126 | 44 | 63 | 114 | 44 |
| Binary | 10100010 | 10001101 | 10110 | 0 | 1101 | 1010110 | 100100 | 110011 | 1001100 | 100100 |
Color Harmonies of #A28D16
Complementary color
Monochromatic Colors of #A28D16
Black with #A28D16
Text Example
Text Example
White with #A28D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28D16; }
p { color: rgb(162,141,22); }
H1.HeaderClassName
{
color: #A28D16;
}
.AnyTagClassName
{
color: #A28D16;
}
</style>
background-color css
<style>
a { background-color: #A28D16; }
a { background-color: rgb(162,141,22); }
div.DivClassName
{
background-color: #A28D16;
}
.BgClassName
{
background-color: #A28D16;
}
</style>
border-color css
<style>
span { border-color: #A28D16; }
span { border-color: rgb(162,141,22); }
td.TdClassName
{
border-color: #A28D16;
}
.TagClassName
{
border-color: #A28D16;
}
</style>