Shades of Lucky #A59C2F
Tints of Lucky #A59C2F
RGB
CMYK
RGB Variations
Color information
#A59C2F (or 0xA59C2F) is known color: Lucky. HEX triplet: A5, 9C and 2F. RGB value is (165,156,47). Sum of RGB (Red+Green+Blue) = 165+156+47=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 156 (61.33% from 255 or 42.39% from 368); Blue value is 47 (18.75% from 255 or 12.77% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C2F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59C2F is #5A63D0. Grayscale: #929292. Windows color (decimal): -5923793 or 3120293. OLE color: 3120293.
HSL color Cylindrical-coordinate representation of color #A59C2F: hue angle of 55.42º degrees, saturation: 0.56, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #A59C2F is Cyan = 0, Magento = 0.05, Yellow = 0.72 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 47 | - |
| CMYK | 0 | 0.05 | 0.72 | 0.35 |
| HSL | 55.42º | 0.56% | 0.42% | - |
| HSV(B) | 55.42º | 0.72% | 0.65% | - |
| XYZ | 27.92 | 31.98 | 7.39 | - |
| YUV | 146.27 | 71.98 | 141.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 47 | 0 | 0.05 | 0.72 | 0.35 | 55.42 | 0.56 | 0.42 |
| Hex | A5 | 9C | 2F | 0 | 5 | 48 | 23 | 37 | 38 | 2A |
| Octal | 245 | 234 | 57 | 0 | 5 | 110 | 43 | 67 | 70 | 52 |
| Binary | 10100101 | 10011100 | 101111 | 0 | 101 | 1001000 | 100011 | 110111 | 111000 | 101010 |
Color Harmonies of #A59C2F
Complementary color
Monochromatic Colors of #A59C2F
Black with #A59C2F
Text Example
Text Example
White with #A59C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C2F; }
p { color: rgb(165,156,47); }
H1.HeaderClassName
{
color: #A59C2F;
}
.AnyTagClassName
{
color: #A59C2F;
}
</style>
background-color css
<style>
a { background-color: #A59C2F; }
a { background-color: rgb(165,156,47); }
div.DivClassName
{
background-color: #A59C2F;
}
.BgClassName
{
background-color: #A59C2F;
}
</style>
border-color css
<style>
span { border-color: #A59C2F; }
span { border-color: rgb(165,156,47); }
td.TdClassName
{
border-color: #A59C2F;
}
.TagClassName
{
border-color: #A59C2F;
}
</style>