Shades of Lucky #A59628
Tints of Lucky #A59628
RGB
CMYK
RGB Variations
Color information
#A59628 (or 0xA59628) is known color: Lucky. HEX triplet: A5, 96 and 28. RGB value is (165,150,40). Sum of RGB (Red+Green+Blue) = 165+150+40=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 150 (58.98% from 255 or 42.25% from 355); Blue value is 40 (16.02% from 255 or 11.27% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A59628 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59628 is #5A69D7. Grayscale: #8E8E8E. Windows color (decimal): -5925336 or 2660005. OLE color: 2660005.
HSL color Cylindrical-coordinate representation of color #A59628: hue angle of 52.8º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #A59628 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 40 | - |
| CMYK | 0 | 0.09 | 0.76 | 0.35 |
| HSL | 52.8º | 0.61% | 0.4% | - |
| HSV(B) | 52.8º | 0.76% | 0.65% | - |
| XYZ | 26.81 | 29.97 | 6.38 | - |
| YUV | 141.95 | 70.47 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 40 | 0 | 0.09 | 0.76 | 0.35 | 52.8 | 0.61 | 0.4 |
| Hex | A5 | 96 | 28 | 0 | 9 | 4C | 23 | 35 | 3D | 28 |
| Octal | 245 | 226 | 50 | 0 | 11 | 114 | 43 | 65 | 75 | 50 |
| Binary | 10100101 | 10010110 | 101000 | 0 | 1001 | 1001100 | 100011 | 110101 | 111101 | 101000 |
Color Harmonies of #A59628
Complementary color
Monochromatic Colors of #A59628
Black with #A59628
Text Example
Text Example
White with #A59628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59628; }
p { color: rgb(165,150,40); }
H1.HeaderClassName
{
color: #A59628;
}
.AnyTagClassName
{
color: #A59628;
}
</style>
background-color css
<style>
a { background-color: #A59628; }
a { background-color: rgb(165,150,40); }
div.DivClassName
{
background-color: #A59628;
}
.BgClassName
{
background-color: #A59628;
}
</style>
border-color css
<style>
span { border-color: #A59628; }
span { border-color: rgb(165,150,40); }
td.TdClassName
{
border-color: #A59628;
}
.TagClassName
{
border-color: #A59628;
}
</style>