Shades of Lucky #A9972B
Tints of Lucky #A9972B
RGB
CMYK
RGB Variations
Color information
#A9972B (or 0xA9972B) is known color: Lucky. HEX triplet: A9, 97 and 2B. RGB value is (169,151,43). Sum of RGB (Red+Green+Blue) = 169+151+43=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 151 (59.38% from 255 or 41.60% from 363); Blue value is 43 (17.19% from 255 or 11.85% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A9972B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A9972B is #5668D4. Grayscale: #909090. Windows color (decimal): -5662933 or 2856873. OLE color: 2856873.
HSL color Cylindrical-coordinate representation of color #A9972B: hue angle of 51.43º degrees, saturation: 0.59, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #A9972B is Cyan = 0, Magento = 0.11, Yellow = 0.75 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 43 | - |
| CMYK | 0 | 0.11 | 0.75 | 0.34 |
| HSL | 51.43º | 0.59% | 0.42% | - |
| HSV(B) | 51.43º | 0.75% | 0.66% | - |
| XYZ | 27.86 | 30.74 | 6.75 | - |
| YUV | 144.07 | 70.96 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 43 | 0 | 0.11 | 0.75 | 0.34 | 51.43 | 0.59 | 0.42 |
| Hex | A9 | 97 | 2B | 0 | B | 4B | 22 | 33 | 3B | 2A |
| Octal | 251 | 227 | 53 | 0 | 13 | 113 | 42 | 63 | 73 | 52 |
| Binary | 10101001 | 10010111 | 101011 | 0 | 1011 | 1001011 | 100010 | 110011 | 111011 | 101010 |
Color Harmonies of #A9972B
Complementary color
Monochromatic Colors of #A9972B
Black with #A9972B
Text Example
Text Example
White with #A9972B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9972B; }
p { color: rgb(169,151,43); }
H1.HeaderClassName
{
color: #A9972B;
}
.AnyTagClassName
{
color: #A9972B;
}
</style>
background-color css
<style>
a { background-color: #A9972B; }
a { background-color: rgb(169,151,43); }
div.DivClassName
{
background-color: #A9972B;
}
.BgClassName
{
background-color: #A9972B;
}
</style>
border-color css
<style>
span { border-color: #A9972B; }
span { border-color: rgb(169,151,43); }
td.TdClassName
{
border-color: #A9972B;
}
.TagClassName
{
border-color: #A9972B;
}
</style>