Shades of Lucky #A0981A
Tints of Lucky #A0981A
RGB
CMYK
RGB Variations
Color information
#A0981A (or 0xA0981A) is known color: Lucky. HEX triplet: A0, 98 and 1A. RGB value is (160,152,26). Sum of RGB (Red+Green+Blue) = 160+152+26=338 (44% of max value = 765). Red value is 160 (62.89% from 255 or 47.34% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 26 (10.55% from 255 or 7.69% from 338); Max value from RGB is 160 - color contains mainly: red. Hex color #A0981A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0981A is #5F67E5. Grayscale: #8C8C8C. Windows color (decimal): -6252518 or 1743008. OLE color: 1743008.
HSL color Cylindrical-coordinate representation of color #A0981A: hue angle of 56.42º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0981A is Cyan = 0, Magento = 0.05, Yellow = 0.84 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 160 | 152 | 26 | - |
| CMYK | 0 | 0.05 | 0.84 | 0.37 |
| HSL | 56.42º | 0.72% | 0.36% | - |
| HSV(B) | 56.42º | 0.84% | 0.63% | - |
| XYZ | 25.91 | 30 | 5.4 | - |
| YUV | 140.03 | 63.65 | 142.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 152 | 26 | 0 | 0.05 | 0.84 | 0.37 | 56.42 | 0.72 | 0.36 |
| Hex | A0 | 98 | 1A | 0 | 5 | 54 | 25 | 38 | 48 | 24 |
| Octal | 240 | 230 | 32 | 0 | 5 | 124 | 45 | 70 | 110 | 44 |
| Binary | 10100000 | 10011000 | 11010 | 0 | 101 | 1010100 | 100101 | 111000 | 1001000 | 100100 |
Color Harmonies of #A0981A
Complementary color
Monochromatic Colors of #A0981A
Black with #A0981A
Text Example
Text Example
White with #A0981A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0981A; }
p { color: rgb(160,152,26); }
H1.HeaderClassName
{
color: #A0981A;
}
.AnyTagClassName
{
color: #A0981A;
}
</style>
background-color css
<style>
a { background-color: #A0981A; }
a { background-color: rgb(160,152,26); }
div.DivClassName
{
background-color: #A0981A;
}
.BgClassName
{
background-color: #A0981A;
}
</style>
border-color css
<style>
span { border-color: #A0981A; }
span { border-color: rgb(160,152,26); }
td.TdClassName
{
border-color: #A0981A;
}
.TagClassName
{
border-color: #A0981A;
}
</style>