Shades of Lucky #A19F09
Tints of Lucky #A19F09
RGB
CMYK
RGB Variations
Color information
#A19F09 (or 0xA19F09) is known color: Lucky. HEX triplet: A1, 9F and 09. RGB value is (161,159,9). Sum of RGB (Red+Green+Blue) = 161+159+9=329 (43% of max value = 765). Red value is 161 (63.28% from 255 or 48.94% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 9 (3.91% from 255 or 2.74% from 329); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F09 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19F09 is #5E60F6. Grayscale: #8F8F8F. Windows color (decimal): -6185207 or 630689. OLE color: 630689.
HSL color Cylindrical-coordinate representation of color #A19F09: hue angle of 59.21º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A19F09 is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 9 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.37 |
| HSL | 59.21º | 0.89% | 0.33% | - |
| HSV(B) | 59.21º | 0.94% | 0.63% | - |
| XYZ | 27.15 | 32.39 | 5.08 | - |
| YUV | 142.5 | 52.66 | 141.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 9 | 0 | 0.01 | 0.94 | 0.37 | 59.21 | 0.89 | 0.33 |
| Hex | A1 | 9F | 9 | 0 | 1 | 5E | 25 | 3B | 59 | 21 |
| Octal | 241 | 237 | 11 | 0 | 1 | 136 | 45 | 73 | 131 | 41 |
| Binary | 10100001 | 10011111 | 1001 | 0 | 1 | 1011110 | 100101 | 111011 | 1011001 | 100001 |
Color Harmonies of #A19F09
Complementary color
Monochromatic Colors of #A19F09
Black with #A19F09
Text Example
Text Example
White with #A19F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F09; }
p { color: rgb(161,159,9); }
H1.HeaderClassName
{
color: #A19F09;
}
.AnyTagClassName
{
color: #A19F09;
}
</style>
background-color css
<style>
a { background-color: #A19F09; }
a { background-color: rgb(161,159,9); }
div.DivClassName
{
background-color: #A19F09;
}
.BgClassName
{
background-color: #A19F09;
}
</style>
border-color css
<style>
span { border-color: #A19F09; }
span { border-color: rgb(161,159,9); }
td.TdClassName
{
border-color: #A19F09;
}
.TagClassName
{
border-color: #A19F09;
}
</style>