Shades of Lucky #A19306
Tints of Lucky #A19306
RGB
CMYK
RGB Variations
Color information
#A19306 (or 0xA19306) is known color: Lucky. HEX triplet: A1, 93 and 06. RGB value is (161,147,6). Sum of RGB (Red+Green+Blue) = 161+147+6=314 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.27% from 314); Green value is 147 (57.81% from 255 or 46.82% from 314); Blue value is 6 (2.73% from 255 or 1.91% from 314); Max value from RGB is 161 - color contains mainly: red. Hex color #A19306 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19306 is #5E6CF9. Grayscale: #878787. Windows color (decimal): -6188282 or 431009. OLE color: 431009.
HSL color Cylindrical-coordinate representation of color #A19306: hue angle of 54.58º 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 #A19306 is Cyan = 0, Magento = 0.09, Yellow = 0.96 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 147 | 6 | - |
| CMYK | 0 | 0.09 | 0.96 | 0.37 |
| HSL | 54.58º | 0.93% | 0.33% | - |
| HSV(B) | 54.58º | 0.96% | 0.63% | - |
| XYZ | 25.16 | 28.46 | 4.34 | - |
| YUV | 135.11 | 55.14 | 146.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 147 | 6 | 0 | 0.09 | 0.96 | 0.37 | 54.58 | 0.93 | 0.33 |
| Hex | A1 | 93 | 6 | 0 | 9 | 60 | 25 | 37 | 5D | 21 |
| Octal | 241 | 223 | 6 | 0 | 11 | 140 | 45 | 67 | 135 | 41 |
| Binary | 10100001 | 10010011 | 110 | 0 | 1001 | 1100000 | 100101 | 110111 | 1011101 | 100001 |
Color Harmonies of #A19306
Complementary color
Monochromatic Colors of #A19306
Black with #A19306
Text Example
Text Example
White with #A19306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19306; }
p { color: rgb(161,147,6); }
H1.HeaderClassName
{
color: #A19306;
}
.AnyTagClassName
{
color: #A19306;
}
</style>
background-color css
<style>
a { background-color: #A19306; }
a { background-color: rgb(161,147,6); }
div.DivClassName
{
background-color: #A19306;
}
.BgClassName
{
background-color: #A19306;
}
</style>
border-color css
<style>
span { border-color: #A19306; }
span { border-color: rgb(161,147,6); }
td.TdClassName
{
border-color: #A19306;
}
.TagClassName
{
border-color: #A19306;
}
</style>