Shades of Lucky #A19F06
Tints of Lucky #A19F06
RGB
CMYK
RGB Variations
Color information
#A19F06 (or 0xA19F06) is known color: Lucky. HEX triplet: A1, 9F and 06. RGB value is (161,159,6). Sum of RGB (Red+Green+Blue) = 161+159+6=326 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.39% from 326); Green value is 159 (62.5% from 255 or 48.77% from 326); Blue value is 6 (2.73% from 255 or 1.84% from 326); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F06 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19F06 is #5E60F9. Grayscale: #8E8E8E. Windows color (decimal): -6185210 or 434081. OLE color: 434081.
HSL color Cylindrical-coordinate representation of color #A19F06: hue angle of 59.23º degrees, saturation: 0.93, 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 #A19F06 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 6 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.37 |
| HSL | 59.23º | 0.93% | 0.33% | - |
| HSV(B) | 59.23º | 0.96% | 0.63% | - |
| XYZ | 27.13 | 32.39 | 4.99 | - |
| YUV | 142.16 | 51.16 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 6 | 0 | 0.01 | 0.96 | 0.37 | 59.23 | 0.93 | 0.33 |
| Hex | A1 | 9F | 6 | 0 | 1 | 60 | 25 | 3B | 5D | 21 |
| Octal | 241 | 237 | 6 | 0 | 1 | 140 | 45 | 73 | 135 | 41 |
| Binary | 10100001 | 10011111 | 110 | 0 | 1 | 1100000 | 100101 | 111011 | 1011101 | 100001 |
Color Harmonies of #A19F06
Complementary color
Monochromatic Colors of #A19F06
Black with #A19F06
Text Example
Text Example
White with #A19F06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F06; }
p { color: rgb(161,159,6); }
H1.HeaderClassName
{
color: #A19F06;
}
.AnyTagClassName
{
color: #A19F06;
}
</style>
background-color css
<style>
a { background-color: #A19F06; }
a { background-color: rgb(161,159,6); }
div.DivClassName
{
background-color: #A19F06;
}
.BgClassName
{
background-color: #A19F06;
}
</style>
border-color css
<style>
span { border-color: #A19F06; }
span { border-color: rgb(161,159,6); }
td.TdClassName
{
border-color: #A19F06;
}
.TagClassName
{
border-color: #A19F06;
}
</style>