Shades of Lucky #A58F18
Tints of Lucky #A58F18
RGB
CMYK
RGB Variations
Color information
#A58F18 (or 0xA58F18) is known color: Lucky. HEX triplet: A5, 8F and 18. RGB value is (165,143,24). Sum of RGB (Red+Green+Blue) = 165+143+24=332 (43% of max value = 765). Red value is 165 (64.84% from 255 or 49.70% from 332); Green value is 143 (56.25% from 255 or 43.07% from 332); Blue value is 24 (9.77% from 255 or 7.23% from 332); Max value from RGB is 165 - color contains mainly: red. Hex color #A58F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A58F18 is #5A70E7. Grayscale: #888888. Windows color (decimal): -5927144 or 1609637. OLE color: 1609637.
HSL color Cylindrical-coordinate representation of color #A58F18: hue angle of 50.64º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A58F18 is Cyan = 0, Magento = 0.13, Yellow = 0.85 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 143 | 24 | - |
| CMYK | 0 | 0.13 | 0.85 | 0.35 |
| HSL | 50.64º | 0.75% | 0.37% | - |
| HSV(B) | 50.64º | 0.85% | 0.65% | - |
| XYZ | 25.5 | 27.71 | 4.87 | - |
| YUV | 136.01 | 64.79 | 148.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 24 | 0 | 0.13 | 0.85 | 0.35 | 50.64 | 0.75 | 0.37 |
| Hex | A5 | 8F | 18 | 0 | D | 55 | 23 | 33 | 4B | 25 |
| Octal | 245 | 217 | 30 | 0 | 15 | 125 | 43 | 63 | 113 | 45 |
| Binary | 10100101 | 10001111 | 11000 | 0 | 1101 | 1010101 | 100011 | 110011 | 1001011 | 100101 |
Color Harmonies of #A58F18
Complementary color
Monochromatic Colors of #A58F18
Black with #A58F18
Text Example
Text Example
White with #A58F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58F18; }
p { color: rgb(165,143,24); }
H1.HeaderClassName
{
color: #A58F18;
}
.AnyTagClassName
{
color: #A58F18;
}
</style>
background-color css
<style>
a { background-color: #A58F18; }
a { background-color: rgb(165,143,24); }
div.DivClassName
{
background-color: #A58F18;
}
.BgClassName
{
background-color: #A58F18;
}
</style>
border-color css
<style>
span { border-color: #A58F18; }
span { border-color: rgb(165,143,24); }
td.TdClassName
{
border-color: #A58F18;
}
.TagClassName
{
border-color: #A58F18;
}
</style>