Shades of Lucky #A59629
Tints of Lucky #A59629
RGB
CMYK
RGB Variations
Color information
#A59629 (or 0xA59629) is known color: Lucky. HEX triplet: A5, 96 and 29. RGB value is (165,150,41). Sum of RGB (Red+Green+Blue) = 165+150+41=356 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.35% from 356); Green value is 150 (58.98% from 255 or 42.13% from 356); Blue value is 41 (16.41% from 255 or 11.52% from 356); Max value from RGB is 165 - color contains mainly: red. Hex color #A59629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59629 is #5A69D6. Grayscale: #8E8E8E. Windows color (decimal): -5925335 or 2725541. OLE color: 2725541.
HSL color Cylindrical-coordinate representation of color #A59629: hue angle of 52.74º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A59629 is Cyan = 0, Magento = 0.09, Yellow = 0.75 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 41 | - |
| CMYK | 0 | 0.09 | 0.75 | 0.35 |
| HSL | 52.74º | 0.6% | 0.4% | - |
| HSV(B) | 52.74º | 0.75% | 0.65% | - |
| XYZ | 26.82 | 29.97 | 6.47 | - |
| YUV | 142.06 | 70.97 | 144.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 41 | 0 | 0.09 | 0.75 | 0.35 | 52.74 | 0.6 | 0.4 |
| Hex | A5 | 96 | 29 | 0 | 9 | 4B | 23 | 35 | 3C | 28 |
| Octal | 245 | 226 | 51 | 0 | 11 | 113 | 43 | 65 | 74 | 50 |
| Binary | 10100101 | 10010110 | 101001 | 0 | 1001 | 1001011 | 100011 | 110101 | 111100 | 101000 |
Color Harmonies of #A59629
Complementary color
Monochromatic Colors of #A59629
Black with #A59629
Text Example
Text Example
White with #A59629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59629; }
p { color: rgb(165,150,41); }
H1.HeaderClassName
{
color: #A59629;
}
.AnyTagClassName
{
color: #A59629;
}
</style>
background-color css
<style>
a { background-color: #A59629; }
a { background-color: rgb(165,150,41); }
div.DivClassName
{
background-color: #A59629;
}
.BgClassName
{
background-color: #A59629;
}
</style>
border-color css
<style>
span { border-color: #A59629; }
span { border-color: rgb(165,150,41); }
td.TdClassName
{
border-color: #A59629;
}
.TagClassName
{
border-color: #A59629;
}
</style>