Shades of Lucky #A59810
Tints of Lucky #A59810
RGB
CMYK
RGB Variations
Color information
#A59810 (or 0xA59810) is known color: Lucky. HEX triplet: A5, 98 and 10. RGB value is (165,152,16). Sum of RGB (Red+Green+Blue) = 165+152+16=333 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.55% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 16 (6.64% from 255 or 4.80% from 333); Max value from RGB is 165 - color contains mainly: red. Hex color #A59810 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59810 is #5A67EF. Grayscale: #8C8C8C. Windows color (decimal): -5924848 or 1087653. OLE color: 1087653.
HSL color Cylindrical-coordinate representation of color #A59810: hue angle of 54.77º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A59810 is Cyan = 0, Magento = 0.08, Yellow = 0.90 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 152 | 16 | - |
| CMYK | 0 | 0.08 | 0.90 | 0.35 |
| HSL | 54.77º | 0.82% | 0.35% | - |
| HSV(B) | 54.77º | 0.9% | 0.65% | - |
| XYZ | 26.84 | 30.49 | 4.96 | - |
| YUV | 140.38 | 57.81 | 145.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 152 | 16 | 0 | 0.08 | 0.90 | 0.35 | 54.77 | 0.82 | 0.35 |
| Hex | A5 | 98 | 10 | 0 | 8 | 5A | 23 | 37 | 52 | 23 |
| Octal | 245 | 230 | 20 | 0 | 10 | 132 | 43 | 67 | 122 | 43 |
| Binary | 10100101 | 10011000 | 10000 | 0 | 1000 | 1011010 | 100011 | 110111 | 1010010 | 100011 |
Color Harmonies of #A59810
Complementary color
Monochromatic Colors of #A59810
Black with #A59810
Text Example
Text Example
White with #A59810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59810; }
p { color: rgb(165,152,16); }
H1.HeaderClassName
{
color: #A59810;
}
.AnyTagClassName
{
color: #A59810;
}
</style>
background-color css
<style>
a { background-color: #A59810; }
a { background-color: rgb(165,152,16); }
div.DivClassName
{
background-color: #A59810;
}
.BgClassName
{
background-color: #A59810;
}
</style>
border-color css
<style>
span { border-color: #A59810; }
span { border-color: rgb(165,152,16); }
td.TdClassName
{
border-color: #A59810;
}
.TagClassName
{
border-color: #A59810;
}
</style>