Shades of Lucky #A59E30
Tints of Lucky #A59E30
RGB
CMYK
RGB Variations
Color information
#A59E30 (or 0xA59E30) is known color: Lucky. HEX triplet: A5, 9E and 30. RGB value is (165,158,48). Sum of RGB (Red+Green+Blue) = 165+158+48=371 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.47% from 371); Green value is 158 (62.11% from 255 or 42.59% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 165 - color contains mainly: red. Hex color #A59E30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59E30 is #5A61CF. Grayscale: #949494. Windows color (decimal): -5923280 or 3186341. OLE color: 3186341.
HSL color Cylindrical-coordinate representation of color #A59E30: hue angle of 56.41º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A59E30 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 158 | 48 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.35 |
| HSL | 56.41º | 0.55% | 0.42% | - |
| HSV(B) | 56.41º | 0.71% | 0.65% | - |
| XYZ | 28.28 | 32.67 | 7.61 | - |
| YUV | 147.55 | 71.82 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 158 | 48 | 0 | 0.04 | 0.71 | 0.35 | 56.41 | 0.55 | 0.42 |
| Hex | A5 | 9E | 30 | 0 | 4 | 47 | 23 | 38 | 37 | 2A |
| Octal | 245 | 236 | 60 | 0 | 4 | 107 | 43 | 70 | 67 | 52 |
| Binary | 10100101 | 10011110 | 110000 | 0 | 100 | 1000111 | 100011 | 111000 | 110111 | 101010 |
Color Harmonies of #A59E30
Complementary color
Monochromatic Colors of #A59E30
Black with #A59E30
Text Example
Text Example
White with #A59E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59E30; }
p { color: rgb(165,158,48); }
H1.HeaderClassName
{
color: #A59E30;
}
.AnyTagClassName
{
color: #A59E30;
}
</style>
background-color css
<style>
a { background-color: #A59E30; }
a { background-color: rgb(165,158,48); }
div.DivClassName
{
background-color: #A59E30;
}
.BgClassName
{
background-color: #A59E30;
}
</style>
border-color css
<style>
span { border-color: #A59E30; }
span { border-color: rgb(165,158,48); }
td.TdClassName
{
border-color: #A59E30;
}
.TagClassName
{
border-color: #A59E30;
}
</style>