Shades of Lucky #A19A08
Tints of Lucky #A19A08
RGB
CMYK
RGB Variations
Color information
#A19A08 (or 0xA19A08) is known color: Lucky. HEX triplet: A1, 9A and 08. RGB value is (161,154,8). Sum of RGB (Red+Green+Blue) = 161+154+8=323 (42% of max value = 765). Red value is 161 (63.28% from 255 or 49.85% from 323); Green value is 154 (60.55% from 255 or 47.68% from 323); Blue value is 8 (3.52% from 255 or 2.48% from 323); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19A08 is #5E65F7. Grayscale: #8C8C8C. Windows color (decimal): -6186488 or 563873. OLE color: 563873.
HSL color Cylindrical-coordinate representation of color #A19A08: hue angle of 57.25º 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 #A19A08 is Cyan = 0, Magento = 0.04, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 8 | - |
| CMYK | 0 | 0.04 | 0.95 | 0.37 |
| HSL | 57.25º | 0.91% | 0.33% | - |
| HSV(B) | 57.25º | 0.95% | 0.63% | - |
| XYZ | 26.3 | 30.71 | 4.77 | - |
| YUV | 139.45 | 53.82 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 8 | 0 | 0.04 | 0.95 | 0.37 | 57.25 | 0.91 | 0.33 |
| Hex | A1 | 9A | 8 | 0 | 4 | 5F | 25 | 39 | 5B | 21 |
| Octal | 241 | 232 | 10 | 0 | 4 | 137 | 45 | 71 | 133 | 41 |
| Binary | 10100001 | 10011010 | 1000 | 0 | 100 | 1011111 | 100101 | 111001 | 1011011 | 100001 |
Color Harmonies of #A19A08
Complementary color
Monochromatic Colors of #A19A08
Black with #A19A08
Text Example
Text Example
White with #A19A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A08; }
p { color: rgb(161,154,8); }
H1.HeaderClassName
{
color: #A19A08;
}
.AnyTagClassName
{
color: #A19A08;
}
</style>
background-color css
<style>
a { background-color: #A19A08; }
a { background-color: rgb(161,154,8); }
div.DivClassName
{
background-color: #A19A08;
}
.BgClassName
{
background-color: #A19A08;
}
</style>
border-color css
<style>
span { border-color: #A19A08; }
span { border-color: rgb(161,154,8); }
td.TdClassName
{
border-color: #A19A08;
}
.TagClassName
{
border-color: #A19A08;
}
</style>