Shades of Lucky #A9971A
Tints of Lucky #A9971A
RGB
CMYK
RGB Variations
Color information
#A9971A (or 0xA9971A) is known color: Lucky. HEX triplet: A9, 97 and 1A. RGB value is (169,151,26). Sum of RGB (Red+Green+Blue) = 169+151+26=346 (45% of max value = 765). Red value is 169 (66.41% from 255 or 48.84% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 169 - color contains mainly: red. Hex color #A9971A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9971A is #5668E5. Grayscale: #8E8E8E. Windows color (decimal): -5662950 or 1742761. OLE color: 1742761.
HSL color Cylindrical-coordinate representation of color #A9971A: hue angle of 52.45º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A9971A is Cyan = 0, Magento = 0.11, Yellow = 0.85 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 26 | - |
| CMYK | 0 | 0.11 | 0.85 | 0.34 |
| HSL | 52.45º | 0.73% | 0.38% | - |
| HSV(B) | 52.45º | 0.85% | 0.66% | - |
| XYZ | 27.62 | 30.64 | 5.44 | - |
| YUV | 142.13 | 62.46 | 147.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 26 | 0 | 0.11 | 0.85 | 0.34 | 52.45 | 0.73 | 0.38 |
| Hex | A9 | 97 | 1A | 0 | B | 55 | 22 | 34 | 49 | 26 |
| Octal | 251 | 227 | 32 | 0 | 13 | 125 | 42 | 64 | 111 | 46 |
| Binary | 10101001 | 10010111 | 11010 | 0 | 1011 | 1010101 | 100010 | 110100 | 1001001 | 100110 |
Color Harmonies of #A9971A
Complementary color
Monochromatic Colors of #A9971A
Black with #A9971A
Text Example
Text Example
White with #A9971A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9971A; }
p { color: rgb(169,151,26); }
H1.HeaderClassName
{
color: #A9971A;
}
.AnyTagClassName
{
color: #A9971A;
}
</style>
background-color css
<style>
a { background-color: #A9971A; }
a { background-color: rgb(169,151,26); }
div.DivClassName
{
background-color: #A9971A;
}
.BgClassName
{
background-color: #A9971A;
}
</style>
border-color css
<style>
span { border-color: #A9971A; }
span { border-color: rgb(169,151,26); }
td.TdClassName
{
border-color: #A9971A;
}
.TagClassName
{
border-color: #A9971A;
}
</style>