Shades of Lucky #A19607
Tints of Lucky #A19607
RGB
CMYK
RGB Variations
Color information
#A19607 (or 0xA19607) is known color: Lucky. HEX triplet: A1, 96 and 07. RGB value is (161,150,7). Sum of RGB (Red+Green+Blue) = 161+150+7=318 (42% of max value = 765). Red value is 161 (63.28% from 255 or 50.63% from 318); Green value is 150 (58.98% from 255 or 47.17% from 318); Blue value is 7 (3.12% from 255 or 2.20% from 318); Max value from RGB is 161 - color contains mainly: red. Hex color #A19607 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19607 is #5E69F8. Grayscale: #898989. Windows color (decimal): -6187513 or 497313. OLE color: 497313.
HSL color Cylindrical-coordinate representation of color #A19607: hue angle of 55.71º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A19607 is Cyan = 0, Magento = 0.07, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 150 | 7 | - |
| CMYK | 0 | 0.07 | 0.96 | 0.37 |
| HSL | 55.71º | 0.92% | 0.33% | - |
| HSV(B) | 55.71º | 0.96% | 0.63% | - |
| XYZ | 25.64 | 29.41 | 4.53 | - |
| YUV | 136.99 | 54.64 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 150 | 7 | 0 | 0.07 | 0.96 | 0.37 | 55.71 | 0.92 | 0.33 |
| Hex | A1 | 96 | 7 | 0 | 7 | 60 | 25 | 38 | 5C | 21 |
| Octal | 241 | 226 | 7 | 0 | 7 | 140 | 45 | 70 | 134 | 41 |
| Binary | 10100001 | 10010110 | 111 | 0 | 111 | 1100000 | 100101 | 111000 | 1011100 | 100001 |
Color Harmonies of #A19607
Complementary color
Monochromatic Colors of #A19607
Black with #A19607
Text Example
Text Example
White with #A19607
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19607; }
p { color: rgb(161,150,7); }
H1.HeaderClassName
{
color: #A19607;
}
.AnyTagClassName
{
color: #A19607;
}
</style>
background-color css
<style>
a { background-color: #A19607; }
a { background-color: rgb(161,150,7); }
div.DivClassName
{
background-color: #A19607;
}
.BgClassName
{
background-color: #A19607;
}
</style>
border-color css
<style>
span { border-color: #A19607; }
span { border-color: rgb(161,150,7); }
td.TdClassName
{
border-color: #A19607;
}
.TagClassName
{
border-color: #A19607;
}
</style>