Shades of Lucky #A59705
Tints of Lucky #A59705
RGB
CMYK
RGB Variations
Color information
#A59705 (or 0xA59705) is known color: Lucky. HEX triplet: A5, 97 and 05. RGB value is (165,151,5). Sum of RGB (Red+Green+Blue) = 165+151+5=321 (42% of max value = 765). Red value is 165 (64.84% from 255 or 51.40% from 321); Green value is 151 (59.38% from 255 or 47.04% from 321); Blue value is 5 (2.34% from 255 or 1.56% from 321); Max value from RGB is 165 - color contains mainly: red. Hex color #A59705 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59705 is #5A68FA. Grayscale: #8B8B8B. Windows color (decimal): -5925115 or 366501. OLE color: 366501.
HSL color Cylindrical-coordinate representation of color #A59705: hue angle of 54.75º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A59705 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 151 | 5 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.35 |
| HSL | 54.75º | 0.94% | 0.33% | - |
| HSV(B) | 54.75º | 0.97% | 0.65% | - |
| XYZ | 26.61 | 30.14 | 4.56 | - |
| YUV | 138.54 | 52.64 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 151 | 5 | 0 | 0.08 | 0.97 | 0.35 | 54.75 | 0.94 | 0.33 |
| Hex | A5 | 97 | 5 | 0 | 8 | 61 | 23 | 37 | 5E | 21 |
| Octal | 245 | 227 | 5 | 0 | 10 | 141 | 43 | 67 | 136 | 41 |
| Binary | 10100101 | 10010111 | 101 | 0 | 1000 | 1100001 | 100011 | 110111 | 1011110 | 100001 |
Color Harmonies of #A59705
Complementary color
Monochromatic Colors of #A59705
Black with #A59705
Text Example
Text Example
White with #A59705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59705; }
p { color: rgb(165,151,5); }
H1.HeaderClassName
{
color: #A59705;
}
.AnyTagClassName
{
color: #A59705;
}
</style>
background-color css
<style>
a { background-color: #A59705; }
a { background-color: rgb(165,151,5); }
div.DivClassName
{
background-color: #A59705;
}
.BgClassName
{
background-color: #A59705;
}
</style>
border-color css
<style>
span { border-color: #A59705; }
span { border-color: rgb(165,151,5); }
td.TdClassName
{
border-color: #A59705;
}
.TagClassName
{
border-color: #A59705;
}
</style>