Shades of Lucky #A99722
Tints of Lucky #A99722
RGB
CMYK
RGB Variations
Color information
#A99722 (or 0xA99722) is known color: Lucky. HEX triplet: A9, 97 and 22. RGB value is (169,151,34). Sum of RGB (Red+Green+Blue) = 169+151+34=354 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.74% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 34 (13.67% from 255 or 9.60% from 354); Max value from RGB is 169 - color contains mainly: red. Hex color #A99722 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A99722 is #5668DD. Grayscale: #8F8F8F. Windows color (decimal): -5662942 or 2267049. OLE color: 2267049.
HSL color Cylindrical-coordinate representation of color #A99722: hue angle of 52º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #A99722 is Cyan = 0, Magento = 0.11, Yellow = 0.80 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 169 | 151 | 34 | - |
| CMYK | 0 | 0.11 | 0.80 | 0.34 |
| HSL | 52º | 0.67% | 0.4% | - |
| HSV(B) | 52º | 0.8% | 0.66% | - |
| XYZ | 27.72 | 30.68 | 5.98 | - |
| YUV | 143.04 | 66.46 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 151 | 34 | 0 | 0.11 | 0.80 | 0.34 | 52 | 0.67 | 0.4 |
| Hex | A9 | 97 | 22 | 0 | B | 50 | 22 | 34 | 43 | 28 |
| Octal | 251 | 227 | 42 | 0 | 13 | 120 | 42 | 64 | 103 | 50 |
| Binary | 10101001 | 10010111 | 100010 | 0 | 1011 | 1010000 | 100010 | 110100 | 1000011 | 101000 |
Color Harmonies of #A99722
Complementary color
Monochromatic Colors of #A99722
Black with #A99722
Text Example
Text Example
White with #A99722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A99722; }
p { color: rgb(169,151,34); }
H1.HeaderClassName
{
color: #A99722;
}
.AnyTagClassName
{
color: #A99722;
}
</style>
background-color css
<style>
a { background-color: #A99722; }
a { background-color: rgb(169,151,34); }
div.DivClassName
{
background-color: #A99722;
}
.BgClassName
{
background-color: #A99722;
}
</style>
border-color css
<style>
span { border-color: #A99722; }
span { border-color: rgb(169,151,34); }
td.TdClassName
{
border-color: #A99722;
}
.TagClassName
{
border-color: #A99722;
}
</style>