Shades of Lucky #A59F03
Tints of Lucky #A59F03
RGB
CMYK
RGB Variations
Color information
#A59F03 (or 0xA59F03) is known color: Lucky. HEX triplet: A5, 9F and 03. RGB value is (165,159,3). Sum of RGB (Red+Green+Blue) = 165+159+3=327 (43% of max value = 765). Red value is 165 (64.84% from 255 or 50.46% from 327); Green value is 159 (62.5% from 255 or 48.62% from 327); Blue value is 3 (1.56% from 255 or 0.92% from 327); Max value from RGB is 165 - color contains mainly: red. Hex color #A59F03 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59F03 is #5A60FC. Grayscale: #8F8F8F. Windows color (decimal): -5923069 or 237477. OLE color: 237477.
HSL color Cylindrical-coordinate representation of color #A59F03: hue angle of 57.78º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #A59F03 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 159 | 3 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.35 |
| HSL | 57.78º | 0.96% | 0.33% | - |
| HSV(B) | 57.78º | 0.98% | 0.65% | - |
| XYZ | 27.93 | 32.8 | 4.95 | - |
| YUV | 143.01 | 48.99 | 143.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 159 | 3 | 0 | 0.04 | 0.98 | 0.35 | 57.78 | 0.96 | 0.33 |
| Hex | A5 | 9F | 3 | 0 | 4 | 62 | 23 | 3A | 60 | 21 |
| Octal | 245 | 237 | 3 | 0 | 4 | 142 | 43 | 72 | 140 | 41 |
| Binary | 10100101 | 10011111 | 11 | 0 | 100 | 1100010 | 100011 | 111010 | 1100000 | 100001 |
Color Harmonies of #A59F03
Complementary color
Monochromatic Colors of #A59F03
Black with #A59F03
Text Example
Text Example
White with #A59F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59F03; }
p { color: rgb(165,159,3); }
H1.HeaderClassName
{
color: #A59F03;
}
.AnyTagClassName
{
color: #A59F03;
}
</style>
background-color css
<style>
a { background-color: #A59F03; }
a { background-color: rgb(165,159,3); }
div.DivClassName
{
background-color: #A59F03;
}
.BgClassName
{
background-color: #A59F03;
}
</style>
border-color css
<style>
span { border-color: #A59F03; }
span { border-color: rgb(165,159,3); }
td.TdClassName
{
border-color: #A59F03;
}
.TagClassName
{
border-color: #A59F03;
}
</style>