Shades of Lucky #A28F18
Tints of Lucky #A28F18
RGB
CMYK
RGB Variations
Color information
#A28F18 (or 0xA28F18) is known color: Lucky. HEX triplet: A2, 8F and 18. RGB value is (162,143,24). Sum of RGB (Red+Green+Blue) = 162+143+24=329 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.24% from 329); Green value is 143 (56.25% from 255 or 43.47% from 329); Blue value is 24 (9.77% from 255 or 7.29% from 329); Max value from RGB is 162 - color contains mainly: red. Hex color #A28F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A28F18 is #5D70E7. Grayscale: #878787. Windows color (decimal): -6123752 or 1609634. OLE color: 1609634.
HSL color Cylindrical-coordinate representation of color #A28F18: hue angle of 51.74º 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 #A28F18 is Cyan = 0, Magento = 0.12, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 143 | 24 | - |
| CMYK | 0 | 0.12 | 0.85 | 0.36 |
| HSL | 51.74º | 0.74% | 0.36% | - |
| HSV(B) | 51.74º | 0.85% | 0.64% | - |
| XYZ | 24.89 | 27.39 | 4.84 | - |
| YUV | 135.12 | 65.29 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 24 | 0 | 0.12 | 0.85 | 0.36 | 51.74 | 0.74 | 0.36 |
| Hex | A2 | 8F | 18 | 0 | C | 55 | 24 | 34 | 4A | 24 |
| Octal | 242 | 217 | 30 | 0 | 14 | 125 | 44 | 64 | 112 | 44 |
| Binary | 10100010 | 10001111 | 11000 | 0 | 1100 | 1010101 | 100100 | 110100 | 1001010 | 100100 |
Color Harmonies of #A28F18
Complementary color
Monochromatic Colors of #A28F18
Black with #A28F18
Text Example
Text Example
White with #A28F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28F18; }
p { color: rgb(162,143,24); }
H1.HeaderClassName
{
color: #A28F18;
}
.AnyTagClassName
{
color: #A28F18;
}
</style>
background-color css
<style>
a { background-color: #A28F18; }
a { background-color: rgb(162,143,24); }
div.DivClassName
{
background-color: #A28F18;
}
.BgClassName
{
background-color: #A28F18;
}
</style>
border-color css
<style>
span { border-color: #A28F18; }
span { border-color: rgb(162,143,24); }
td.TdClassName
{
border-color: #A28F18;
}
.TagClassName
{
border-color: #A28F18;
}
</style>