Shades of Lucky #A59C0E
Tints of Lucky #A59C0E
RGB
CMYK
RGB Variations
Color information
#A59C0E (or 0xA59C0E) is known color: Lucky. HEX triplet: A5, 9C and 0E. RGB value is (165,156,14). Sum of RGB (Red+Green+Blue) = 165+156+14=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 156 (61.33% from 255 or 46.57% from 335); Blue value is 14 (5.86% from 255 or 4.18% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A59C0E is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59C0E is #5A63F1. Grayscale: #8F8F8F. Windows color (decimal): -5923826 or 957605. OLE color: 957605.
HSL color Cylindrical-coordinate representation of color #A59C0E: hue angle of 56.42º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A59C0E is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 156 | 14 | - |
| CMYK | 0 | 0.05 | 0.92 | 0.35 |
| HSL | 56.42º | 0.84% | 0.35% | - |
| HSV(B) | 56.42º | 0.92% | 0.65% | - |
| XYZ | 27.48 | 31.81 | 5.11 | - |
| YUV | 142.5 | 55.48 | 144.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 156 | 14 | 0 | 0.05 | 0.92 | 0.35 | 56.42 | 0.84 | 0.35 |
| Hex | A5 | 9C | E | 0 | 5 | 5C | 23 | 38 | 54 | 23 |
| Octal | 245 | 234 | 16 | 0 | 5 | 134 | 43 | 70 | 124 | 43 |
| Binary | 10100101 | 10011100 | 1110 | 0 | 101 | 1011100 | 100011 | 111000 | 1010100 | 100011 |
Color Harmonies of #A59C0E
Complementary color
Monochromatic Colors of #A59C0E
Black with #A59C0E
Text Example
Text Example
White with #A59C0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59C0E; }
p { color: rgb(165,156,14); }
H1.HeaderClassName
{
color: #A59C0E;
}
.AnyTagClassName
{
color: #A59C0E;
}
</style>
background-color css
<style>
a { background-color: #A59C0E; }
a { background-color: rgb(165,156,14); }
div.DivClassName
{
background-color: #A59C0E;
}
.BgClassName
{
background-color: #A59C0E;
}
</style>
border-color css
<style>
span { border-color: #A59C0E; }
span { border-color: rgb(165,156,14); }
td.TdClassName
{
border-color: #A59C0E;
}
.TagClassName
{
border-color: #A59C0E;
}
</style>