Shades of Lucky #A59F0B
Tints of Lucky #A59F0B
RGB
CMYK
RGB Variations
Color information
#A59F0B (or 0xA59F0B) is known color: Lucky. HEX triplet: A5, 9F and 0B. RGB value is (165,159,11). Sum of RGB (Red+Green+Blue) = 165+159+11=335 (44% of max value = 765). Red value is 165 (64.84% from 255 or 49.25% from 335); Green value is 159 (62.5% from 255 or 47.46% from 335); Blue value is 11 (4.69% from 255 or 3.28% from 335); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F0B is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59F0B is #5A60F4. Grayscale: #909090. Windows color (decimal): -5923061 or 761765. OLE color: 761765.
HSL color Cylindrical-coordinate representation of color #A59F0B: hue angle of 57.66º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A59F0B is Cyan = 0, Magento = 0.04, Yellow = 0.93 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 11 | - |
| CMYK | 0 | 0.04 | 0.93 | 0.35 |
| HSL | 57.66º | 0.88% | 0.35% | - |
| HSV(B) | 57.66º | 0.93% | 0.65% | - |
| XYZ | 27.98 | 32.82 | 5.18 | - |
| YUV | 143.92 | 52.99 | 143.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 11 | 0 | 0.04 | 0.93 | 0.35 | 57.66 | 0.88 | 0.35 |
| Hex | A5 | 9F | B | 0 | 4 | 5D | 23 | 3A | 58 | 23 |
| Octal | 245 | 237 | 13 | 0 | 4 | 135 | 43 | 72 | 130 | 43 |
| Binary | 10100101 | 10011111 | 1011 | 0 | 100 | 1011101 | 100011 | 111010 | 1011000 | 100011 |
Color Harmonies of #A59F0B
Complementary color
Monochromatic Colors of #A59F0B
Black with #A59F0B
Text Example
Text Example
White with #A59F0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F0B; }
p { color: rgb(165,159,11); }
H1.HeaderClassName
{
color: #A59F0B;
}
.AnyTagClassName
{
color: #A59F0B;
}
</style>
background-color css
<style>
a { background-color: #A59F0B; }
a { background-color: rgb(165,159,11); }
div.DivClassName
{
background-color: #A59F0B;
}
.BgClassName
{
background-color: #A59F0B;
}
</style>
border-color css
<style>
span { border-color: #A59F0B; }
span { border-color: rgb(165,159,11); }
td.TdClassName
{
border-color: #A59F0B;
}
.TagClassName
{
border-color: #A59F0B;
}
</style>