Shades of Lucky #A59F30
Tints of Lucky #A59F30
RGB
CMYK
RGB Variations
Color information
#A59F30 (or 0xA59F30) is known color: Lucky. HEX triplet: A5, 9F and 30. RGB value is (165,159,48). Sum of RGB (Red+Green+Blue) = 165+159+48=372 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.35% from 372); Green value is 159 (62.5% from 255 or 42.74% from 372); Blue value is 48 (19.14% from 255 or 12.90% from 372); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F30 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59F30 is #5A60CF. Grayscale: #949494. Windows color (decimal): -5923024 or 3186597. OLE color: 3186597.
HSL color Cylindrical-coordinate representation of color #A59F30: hue angle of 56.92º 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 #A59F30 is Cyan = 0, Magento = 0.04, Yellow = 0.71 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 48 | - |
| CMYK | 0 | 0.04 | 0.71 | 0.35 |
| HSL | 56.92º | 0.55% | 0.42% | - |
| HSV(B) | 56.92º | 0.71% | 0.65% | - |
| XYZ | 28.45 | 33.01 | 7.67 | - |
| YUV | 148.14 | 71.49 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 48 | 0 | 0.04 | 0.71 | 0.35 | 56.92 | 0.55 | 0.42 |
| Hex | A5 | 9F | 30 | 0 | 4 | 47 | 23 | 39 | 37 | 2A |
| Octal | 245 | 237 | 60 | 0 | 4 | 107 | 43 | 71 | 67 | 52 |
| Binary | 10100101 | 10011111 | 110000 | 0 | 100 | 1000111 | 100011 | 111001 | 110111 | 101010 |
Color Harmonies of #A59F30
Complementary color
Monochromatic Colors of #A59F30
Black with #A59F30
Text Example
Text Example
White with #A59F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F30; }
p { color: rgb(165,159,48); }
H1.HeaderClassName
{
color: #A59F30;
}
.AnyTagClassName
{
color: #A59F30;
}
</style>
background-color css
<style>
a { background-color: #A59F30; }
a { background-color: rgb(165,159,48); }
div.DivClassName
{
background-color: #A59F30;
}
.BgClassName
{
background-color: #A59F30;
}
</style>
border-color css
<style>
span { border-color: #A59F30; }
span { border-color: rgb(165,159,48); }
td.TdClassName
{
border-color: #A59F30;
}
.TagClassName
{
border-color: #A59F30;
}
</style>