Shades of Lucky #A48F18
Tints of Lucky #A48F18
RGB
CMYK
RGB Variations
Color information
#A48F18 (or 0xA48F18) is known color: Lucky. HEX triplet: A4, 8F and 18. RGB value is (164,143,24). Sum of RGB (Red+Green+Blue) = 164+143+24=331 (43% of max value = 765). Red value is 164 (64.45% from 255 or 49.55% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 24 (9.77% from 255 or 7.25% from 331); Max value from RGB is 164 - color contains mainly: red. Hex color #A48F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A48F18 is #5B70E7. Grayscale: #888888. Windows color (decimal): -5992680 or 1609636. OLE color: 1609636.
HSL color Cylindrical-coordinate representation of color #A48F18: hue angle of 51º degrees, saturation: 0.74, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A48F18 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 143 | 24 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.36 |
| HSL | 51º | 0.74% | 0.37% | - |
| HSV(B) | 51º | 0.85% | 0.64% | - |
| XYZ | 25.3 | 27.6 | 4.86 | - |
| YUV | 135.71 | 64.96 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 143 | 24 | 0 | 0.13 | 0.85 | 0.36 | 51 | 0.74 | 0.37 |
| Hex | A4 | 8F | 18 | 0 | D | 55 | 24 | 33 | 4A | 25 |
| Octal | 244 | 217 | 30 | 0 | 15 | 125 | 44 | 63 | 112 | 45 |
| Binary | 10100100 | 10001111 | 11000 | 0 | 1101 | 1010101 | 100100 | 110011 | 1001010 | 100101 |
Color Harmonies of #A48F18
Complementary color
Monochromatic Colors of #A48F18
Black with #A48F18
Text Example
Text Example
White with #A48F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A48F18; }
p { color: rgb(164,143,24); }
H1.HeaderClassName
{
color: #A48F18;
}
.AnyTagClassName
{
color: #A48F18;
}
</style>
background-color css
<style>
a { background-color: #A48F18; }
a { background-color: rgb(164,143,24); }
div.DivClassName
{
background-color: #A48F18;
}
.BgClassName
{
background-color: #A48F18;
}
</style>
border-color css
<style>
span { border-color: #A48F18; }
span { border-color: rgb(164,143,24); }
td.TdClassName
{
border-color: #A48F18;
}
.TagClassName
{
border-color: #A48F18;
}
</style>