Shades of Lucky #A1980F
Tints of Lucky #A1980F
RGB
CMYK
RGB Variations
Color information
#A1980F (or 0xA1980F) is known color: Lucky. HEX triplet: A1, 98 and 0F. RGB value is (161,152,15). Sum of RGB (Red+Green+Blue) = 161+152+15=328 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.09% from 328); Green value is 152 (59.77% from 255 or 46.34% from 328); Blue value is 15 (6.25% from 255 or 4.57% from 328); Max value from RGB is 161 - color contains mainly: red. Hex color #A1980F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1980F is #5E67F0. Grayscale: #8B8B8B. Windows color (decimal): -6186993 or 1022113. OLE color: 1022113.
HSL color Cylindrical-coordinate representation of color #A1980F: hue angle of 56.3º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A1980F is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 152 | 15 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.37 |
| HSL | 56.3º | 0.83% | 0.35% | - |
| HSV(B) | 56.3º | 0.91% | 0.63% | - |
| XYZ | 26.01 | 30.07 | 4.88 | - |
| YUV | 139.07 | 57.98 | 143.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 152 | 15 | 0 | 0.06 | 0.91 | 0.37 | 56.3 | 0.83 | 0.35 |
| Hex | A1 | 98 | F | 0 | 6 | 5B | 25 | 38 | 53 | 23 |
| Octal | 241 | 230 | 17 | 0 | 6 | 133 | 45 | 70 | 123 | 43 |
| Binary | 10100001 | 10011000 | 1111 | 0 | 110 | 1011011 | 100101 | 111000 | 1010011 | 100011 |
Color Harmonies of #A1980F
Complementary color
Monochromatic Colors of #A1980F
Black with #A1980F
Text Example
Text Example
White with #A1980F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1980F; }
p { color: rgb(161,152,15); }
H1.HeaderClassName
{
color: #A1980F;
}
.AnyTagClassName
{
color: #A1980F;
}
</style>
background-color css
<style>
a { background-color: #A1980F; }
a { background-color: rgb(161,152,15); }
div.DivClassName
{
background-color: #A1980F;
}
.BgClassName
{
background-color: #A1980F;
}
</style>
border-color css
<style>
span { border-color: #A1980F; }
span { border-color: rgb(161,152,15); }
td.TdClassName
{
border-color: #A1980F;
}
.TagClassName
{
border-color: #A1980F;
}
</style>