Shades of Lucky #A19E08
Tints of Lucky #A19E08
RGB
CMYK
RGB Variations
Color information
#A19E08 (or 0xA19E08) is known color: Lucky. HEX triplet: A1, 9E and 08. RGB value is (161,158,8). Sum of RGB (Red+Green+Blue) = 161+158+8=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 158 (62.11% from 255 or 48.32% from 327); Blue value is 8 (3.52% from 255 or 2.45% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A19E08 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A19E08 is #5E61F7. Grayscale: #8E8E8E. Windows color (decimal): -6185464 or 564897. OLE color: 564897.
HSL color Cylindrical-coordinate representation of color #A19E08: hue angle of 58.82º 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 #A19E08 is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 158 | 8 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.37 |
| HSL | 58.82º | 0.91% | 0.33% | - |
| HSV(B) | 58.82º | 0.95% | 0.63% | - |
| XYZ | 26.97 | 32.05 | 4.99 | - |
| YUV | 141.8 | 52.49 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 158 | 8 | 0 | 0.02 | 0.95 | 0.37 | 58.82 | 0.91 | 0.33 |
| Hex | A1 | 9E | 8 | 0 | 2 | 5F | 25 | 3B | 5B | 21 |
| Octal | 241 | 236 | 10 | 0 | 2 | 137 | 45 | 73 | 133 | 41 |
| Binary | 10100001 | 10011110 | 1000 | 0 | 10 | 1011111 | 100101 | 111011 | 1011011 | 100001 |
Color Harmonies of #A19E08
Complementary color
Monochromatic Colors of #A19E08
Black with #A19E08
Text Example
Text Example
White with #A19E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A19E08; }
p { color: rgb(161,158,8); }
H1.HeaderClassName
{
color: #A19E08;
}
.AnyTagClassName
{
color: #A19E08;
}
</style>
background-color css
<style>
a { background-color: #A19E08; }
a { background-color: rgb(161,158,8); }
div.DivClassName
{
background-color: #A19E08;
}
.BgClassName
{
background-color: #A19E08;
}
</style>
border-color css
<style>
span { border-color: #A19E08; }
span { border-color: rgb(161,158,8); }
td.TdClassName
{
border-color: #A19E08;
}
.TagClassName
{
border-color: #A19E08;
}
</style>