Shades of Lucky #A1970F
Tints of Lucky #A1970F
RGB
CMYK
RGB Variations
Color information
#A1970F (or 0xA1970F) is known color: Lucky. HEX triplet: A1, 97 and 0F. RGB value is (161,151,15). Sum of RGB (Red+Green+Blue) = 161+151+15=327 (43% of max value = 765). Red value is 161 (63.28% from 255 or 49.24% from 327); Green value is 151 (59.38% from 255 or 46.18% from 327); Blue value is 15 (6.25% from 255 or 4.59% from 327); Max value from RGB is 161 - color contains mainly: red. Hex color #A1970F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A1970F is #5E68F0. Grayscale: #8B8B8B. Windows color (decimal): -6187249 or 1021857. OLE color: 1021857.
HSL color Cylindrical-coordinate representation of color #A1970F: hue angle of 55.89º 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 #A1970F is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 151 | 15 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.37 |
| HSL | 55.89º | 0.83% | 0.35% | - |
| HSV(B) | 55.89º | 0.91% | 0.63% | - |
| XYZ | 25.85 | 29.74 | 4.83 | - |
| YUV | 138.49 | 58.31 | 144.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 151 | 15 | 0 | 0.06 | 0.91 | 0.37 | 55.89 | 0.83 | 0.35 |
| Hex | A1 | 97 | F | 0 | 6 | 5B | 25 | 38 | 53 | 23 |
| Octal | 241 | 227 | 17 | 0 | 6 | 133 | 45 | 70 | 123 | 43 |
| Binary | 10100001 | 10010111 | 1111 | 0 | 110 | 1011011 | 100101 | 111000 | 1010011 | 100011 |
Color Harmonies of #A1970F
Complementary color
Monochromatic Colors of #A1970F
Black with #A1970F
Text Example
Text Example
White with #A1970F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1970F; }
p { color: rgb(161,151,15); }
H1.HeaderClassName
{
color: #A1970F;
}
.AnyTagClassName
{
color: #A1970F;
}
</style>
background-color css
<style>
a { background-color: #A1970F; }
a { background-color: rgb(161,151,15); }
div.DivClassName
{
background-color: #A1970F;
}
.BgClassName
{
background-color: #A1970F;
}
</style>
border-color css
<style>
span { border-color: #A1970F; }
span { border-color: rgb(161,151,15); }
td.TdClassName
{
border-color: #A1970F;
}
.TagClassName
{
border-color: #A1970F;
}
</style>