Shades of Lucky #A19F08
Tints of Lucky #A19F08
RGB
CMYK
RGB Variations
Color information
#A19F08 (or 0xA19F08) is known color: Lucky. HEX triplet: A1, 9F and 08. RGB value is (161,159,8). Sum of RGB (Red+Green+Blue) = 161+159+8=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 159 (62.5% from 255 or 48.48% from 328); Blue value is 8 (3.52% from 255 or 2.44% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A19F08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19F08 is #5E60F7. Grayscale: #8E8E8E. Windows color (decimal): -6185208 or 565153. OLE color: 565153.
HSL color Cylindrical-coordinate representation of color #A19F08: hue angle of 59.22º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A19F08 is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 159 | 8 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.37 |
| HSL | 59.22º | 0.91% | 0.33% | - |
| HSV(B) | 59.22º | 0.95% | 0.63% | - |
| XYZ | 27.14 | 32.39 | 5.05 | - |
| YUV | 142.38 | 52.16 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 159 | 8 | 0 | 0.01 | 0.95 | 0.37 | 59.22 | 0.91 | 0.33 |
| Hex | A1 | 9F | 8 | 0 | 1 | 5F | 25 | 3B | 5B | 21 |
| Octal | 241 | 237 | 10 | 0 | 1 | 137 | 45 | 73 | 133 | 41 |
| Binary | 10100001 | 10011111 | 1000 | 0 | 1 | 1011111 | 100101 | 111011 | 1011011 | 100001 |
Color Harmonies of #A19F08
Complementary color
Monochromatic Colors of #A19F08
Black with #A19F08
Text Example
Text Example
White with #A19F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19F08; }
p { color: rgb(161,159,8); }
H1.HeaderClassName
{
color: #A19F08;
}
.AnyTagClassName
{
color: #A19F08;
}
</style>
background-color css
<style>
a { background-color: #A19F08; }
a { background-color: rgb(161,159,8); }
div.DivClassName
{
background-color: #A19F08;
}
.BgClassName
{
background-color: #A19F08;
}
</style>
border-color css
<style>
span { border-color: #A19F08; }
span { border-color: rgb(161,159,8); }
td.TdClassName
{
border-color: #A19F08;
}
.TagClassName
{
border-color: #A19F08;
}
</style>