Shades of Lucky #A59D21
Tints of Lucky #A59D21
RGB
CMYK
RGB Variations
Color information
#A59D21 (or 0xA59D21) is known color: Lucky. HEX triplet: A5, 9D and 21. RGB value is (165,157,33). Sum of RGB (Red+Green+Blue) = 165+157+33=355 (47% of max value = 765). Red value is 165 (64.84% from 255 or 46.48% from 355); Green value is 157 (61.72% from 255 or 44.23% from 355); Blue value is 33 (13.28% from 255 or 9.30% from 355); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D21 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A59D21 is #5A62DE. Grayscale: #919191. Windows color (decimal): -5923551 or 2203045. OLE color: 2203045.
HSL color Cylindrical-coordinate representation of color #A59D21: hue angle of 56.36º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A59D21 is Cyan = 0, Magento = 0.05, Yellow = 0.8 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 33 | - |
| CMYK | 0 | 0.05 | 0.8 | 0.35 |
| HSL | 56.36º | 0.67% | 0.39% | - |
| HSV(B) | 56.36º | 0.8% | 0.65% | - |
| XYZ | 27.85 | 32.22 | 6.19 | - |
| YUV | 145.26 | 64.65 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 33 | 0 | 0.05 | 0.8 | 0.35 | 56.36 | 0.67 | 0.39 |
| Hex | A5 | 9D | 21 | 0 | 5 | 50 | 23 | 38 | 43 | 27 |
| Octal | 245 | 235 | 41 | 0 | 5 | 120 | 43 | 70 | 103 | 47 |
| Binary | 10100101 | 10011101 | 100001 | 0 | 101 | 1010000 | 100011 | 111000 | 1000011 | 100111 |
Color Harmonies of #A59D21
Complementary color
Monochromatic Colors of #A59D21
Black with #A59D21
Text Example
Text Example
White with #A59D21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59D21; }
p { color: rgb(165,157,33); }
H1.HeaderClassName
{
color: #A59D21;
}
.AnyTagClassName
{
color: #A59D21;
}
</style>
background-color css
<style>
a { background-color: #A59D21; }
a { background-color: rgb(165,157,33); }
div.DivClassName
{
background-color: #A59D21;
}
.BgClassName
{
background-color: #A59D21;
}
</style>
border-color css
<style>
span { border-color: #A59D21; }
span { border-color: rgb(165,157,33); }
td.TdClassName
{
border-color: #A59D21;
}
.TagClassName
{
border-color: #A59D21;
}
</style>