Shades of Lucky #A19A0D
Tints of Lucky #A19A0D
RGB
CMYK
RGB Variations
Color information
#A19A0D (or 0xA19A0D) is known color: Lucky. HEX triplet: A1, 9A and 0D. RGB value is (161,154,13). Sum of RGB (Red+Green+Blue) = 161+154+13=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 154 (60.55% from 255 or 46.95% from 328); Blue value is 13 (5.47% from 255 or 3.96% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A19A0D is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19A0D is #5E65F2. Grayscale: #8C8C8C. Windows color (decimal): -6186483 or 891553. OLE color: 891553.
HSL color Cylindrical-coordinate representation of color #A19A0D: hue angle of 57.16º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #A19A0D is Cyan = 0, Magento = 0.04, Yellow = 0.92 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 154 | 13 | - |
| CMYK | 0 | 0.04 | 0.92 | 0.37 |
| HSL | 57.16º | 0.85% | 0.34% | - |
| HSV(B) | 57.16º | 0.92% | 0.63% | - |
| XYZ | 26.33 | 30.72 | 4.92 | - |
| YUV | 140.02 | 56.32 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 154 | 13 | 0 | 0.04 | 0.92 | 0.37 | 57.16 | 0.85 | 0.34 |
| Hex | A1 | 9A | D | 0 | 4 | 5C | 25 | 39 | 55 | 22 |
| Octal | 241 | 232 | 15 | 0 | 4 | 134 | 45 | 71 | 125 | 42 |
| Binary | 10100001 | 10011010 | 1101 | 0 | 100 | 1011100 | 100101 | 111001 | 1010101 | 100010 |
Color Harmonies of #A19A0D
Complementary color
Monochromatic Colors of #A19A0D
Black with #A19A0D
Text Example
Text Example
White with #A19A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19A0D; }
p { color: rgb(161,154,13); }
H1.HeaderClassName
{
color: #A19A0D;
}
.AnyTagClassName
{
color: #A19A0D;
}
</style>
background-color css
<style>
a { background-color: #A19A0D; }
a { background-color: rgb(161,154,13); }
div.DivClassName
{
background-color: #A19A0D;
}
.BgClassName
{
background-color: #A19A0D;
}
</style>
border-color css
<style>
span { border-color: #A19A0D; }
span { border-color: rgb(161,154,13); }
td.TdClassName
{
border-color: #A19A0D;
}
.TagClassName
{
border-color: #A19A0D;
}
</style>