Shades of Lucky #A58E24
Tints of Lucky #A58E24
RGB
CMYK
RGB Variations
Color information
#A58E24 (or 0xA58E24) is known color: Lucky. HEX triplet: A5, 8E and 24. RGB value is (165,142,36). Sum of RGB (Red+Green+Blue) = 165+142+36=343 (45% of max value = 765). Red value is 165 (64.84% from 255 or 48.10% from 343); Green value is 142 (55.86% from 255 or 41.40% from 343); Blue value is 36 (14.45% from 255 or 10.50% from 343); Max value from RGB is 165 - color contains mainly: red. Hex color #A58E24 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A58E24 is #5A71DB. Grayscale: #898989. Windows color (decimal): -5927388 or 2395813. OLE color: 2395813.
HSL color Cylindrical-coordinate representation of color #A58E24: hue angle of 49.3º degrees, saturation: 0.64, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A58E24 is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 142 | 36 | - |
| CMYK | 0 | 0.14 | 0.78 | 0.35 |
| HSL | 49.3º | 0.64% | 0.39% | - |
| HSV(B) | 49.3º | 0.78% | 0.65% | - |
| XYZ | 25.51 | 27.47 | 5.63 | - |
| YUV | 136.79 | 71.12 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 142 | 36 | 0 | 0.14 | 0.78 | 0.35 | 49.3 | 0.64 | 0.39 |
| Hex | A5 | 8E | 24 | 0 | E | 4E | 23 | 31 | 40 | 27 |
| Octal | 245 | 216 | 44 | 0 | 16 | 116 | 43 | 61 | 100 | 47 |
| Binary | 10100101 | 10001110 | 100100 | 0 | 1110 | 1001110 | 100011 | 110001 | 1000000 | 100111 |
Color Harmonies of #A58E24
Complementary color
Monochromatic Colors of #A58E24
Black with #A58E24
Text Example
Text Example
White with #A58E24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58E24; }
p { color: rgb(165,142,36); }
H1.HeaderClassName
{
color: #A58E24;
}
.AnyTagClassName
{
color: #A58E24;
}
</style>
background-color css
<style>
a { background-color: #A58E24; }
a { background-color: rgb(165,142,36); }
div.DivClassName
{
background-color: #A58E24;
}
.BgClassName
{
background-color: #A58E24;
}
</style>
border-color css
<style>
span { border-color: #A58E24; }
span { border-color: rgb(165,142,36); }
td.TdClassName
{
border-color: #A58E24;
}
.TagClassName
{
border-color: #A58E24;
}
</style>