Shades of Lucky #A59601
Tints of Lucky #A59601
RGB
CMYK
RGB Variations
Color information
#A59601 (or 0xA59601) is known color: Lucky. HEX triplet: A5, 96 and 01. RGB value is (165,150,1). Sum of RGB (Red+Green+Blue) = 165+150+1=316 (41% of max value = 765). Red value is 165 (64.84% from 255 or 52.22% from 316); Green value is 150 (58.98% from 255 or 47.47% from 316); Blue value is 1 (0.78% from 255 or 0.32% from 316); Max value from RGB is 165 - color contains mainly: red. Hex color #A59601 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A59601 is #5A69FE. Grayscale: #8A8A8A. Windows color (decimal): -5925375 or 104101. OLE color: 104101.
HSL color Cylindrical-coordinate representation of color #A59601: hue angle of 54.51º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A59601 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 150 | 1 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.35 |
| HSL | 54.51º | 0.99% | 0.33% | - |
| HSV(B) | 54.51º | 0.99% | 0.65% | - |
| XYZ | 26.43 | 29.81 | 4.39 | - |
| YUV | 137.5 | 50.97 | 147.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 150 | 1 | 0 | 0.09 | 0.99 | 0.35 | 54.51 | 0.99 | 0.33 |
| Hex | A5 | 96 | 1 | 0 | 9 | 63 | 23 | 37 | 63 | 21 |
| Octal | 245 | 226 | 1 | 0 | 11 | 143 | 43 | 67 | 143 | 41 |
| Binary | 10100101 | 10010110 | 1 | 0 | 1001 | 1100011 | 100011 | 110111 | 1100011 | 100001 |
Color Harmonies of #A59601
Complementary color
Monochromatic Colors of #A59601
Black with #A59601
Text Example
Text Example
White with #A59601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A59601; }
p { color: rgb(165,150,1); }
H1.HeaderClassName
{
color: #A59601;
}
.AnyTagClassName
{
color: #A59601;
}
</style>
background-color css
<style>
a { background-color: #A59601; }
a { background-color: rgb(165,150,1); }
div.DivClassName
{
background-color: #A59601;
}
.BgClassName
{
background-color: #A59601;
}
</style>
border-color css
<style>
span { border-color: #A59601; }
span { border-color: rgb(165,150,1); }
td.TdClassName
{
border-color: #A59601;
}
.TagClassName
{
border-color: #A59601;
}
</style>