Shades of Lucky #A59D08
Tints of Lucky #A59D08
RGB
CMYK
RGB Variations
Color information
#A59D08 (or 0xA59D08) is known color: Lucky. HEX triplet: A5, 9D and 08. RGB value is (165,157,8). Sum of RGB (Red+Green+Blue) = 165+157+8=330 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50% from 330); Green value is 157 (61.72% from 255 or 47.58% from 330); Blue value is 8 (3.52% from 255 or 2.42% from 330); Max value from RGB is 165 - color contains mainly: red. Hex color #A59D08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59D08 is #5A62F7. Grayscale: #8F8F8F. Windows color (decimal): -5923576 or 564645. OLE color: 564645.
HSL color Cylindrical-coordinate representation of color #A59D08: hue angle of 56.94º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A59D08 is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 157 | 8 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.35 |
| HSL | 56.94º | 0.91% | 0.34% | - |
| HSV(B) | 56.94º | 0.95% | 0.65% | - |
| XYZ | 27.62 | 32.13 | 4.98 | - |
| YUV | 142.41 | 52.15 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 157 | 8 | 0 | 0.05 | 0.95 | 0.35 | 56.94 | 0.91 | 0.34 |
| Hex | A5 | 9D | 8 | 0 | 5 | 5F | 23 | 39 | 5B | 22 |
| Octal | 245 | 235 | 10 | 0 | 5 | 137 | 43 | 71 | 133 | 42 |
| Binary | 10100101 | 10011101 | 1000 | 0 | 101 | 1011111 | 100011 | 111001 | 1011011 | 100010 |
Color Harmonies of #A59D08
Complementary color
Monochromatic Colors of #A59D08
Black with #A59D08
Text Example
Text Example
White with #A59D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59D08; }
p { color: rgb(165,157,8); }
H1.HeaderClassName
{
color: #A59D08;
}
.AnyTagClassName
{
color: #A59D08;
}
</style>
background-color css
<style>
a { background-color: #A59D08; }
a { background-color: rgb(165,157,8); }
div.DivClassName
{
background-color: #A59D08;
}
.BgClassName
{
background-color: #A59D08;
}
</style>
border-color css
<style>
span { border-color: #A59D08; }
span { border-color: rgb(165,157,8); }
td.TdClassName
{
border-color: #A59D08;
}
.TagClassName
{
border-color: #A59D08;
}
</style>