Shades of Lucky #A28E18
Tints of Lucky #A28E18
RGB
CMYK
RGB Variations
Color information
#A28E18 (or 0xA28E18) is known color: Lucky. HEX triplet: A2, 8E and 18. RGB value is (162,142,24). Sum of RGB (Red+Green+Blue) = 162+142+24=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 142 (55.86% from 255 or 43.29% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A28E18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28E18 is #5D71E7. Grayscale: #878787. Windows color (decimal): -6124008 or 1609378. OLE color: 1609378.
HSL color Cylindrical-coordinate representation of color #A28E18: hue angle of 51.3º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A28E18 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 142 | 24 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.36 |
| HSL | 51.3º | 0.74% | 0.36% | - |
| HSV(B) | 51.3º | 0.85% | 0.64% | - |
| XYZ | 24.74 | 27.09 | 4.79 | - |
| YUV | 134.53 | 65.63 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 24 | 0 | 0.12 | 0.85 | 0.36 | 51.3 | 0.74 | 0.36 |
| Hex | A2 | 8E | 18 | 0 | C | 55 | 24 | 33 | 4A | 24 |
| Octal | 242 | 216 | 30 | 0 | 14 | 125 | 44 | 63 | 112 | 44 |
| Binary | 10100010 | 10001110 | 11000 | 0 | 1100 | 1010101 | 100100 | 110011 | 1001010 | 100100 |
Color Harmonies of #A28E18
Complementary color
Monochromatic Colors of #A28E18
Black with #A28E18
Text Example
Text Example
White with #A28E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28E18; }
p { color: rgb(162,142,24); }
H1.HeaderClassName
{
color: #A28E18;
}
.AnyTagClassName
{
color: #A28E18;
}
</style>
background-color css
<style>
a { background-color: #A28E18; }
a { background-color: rgb(162,142,24); }
div.DivClassName
{
background-color: #A28E18;
}
.BgClassName
{
background-color: #A28E18;
}
</style>
border-color css
<style>
span { border-color: #A28E18; }
span { border-color: rgb(162,142,24); }
td.TdClassName
{
border-color: #A28E18;
}
.TagClassName
{
border-color: #A28E18;
}
</style>