Shades of Lucky #AA8F22
Tints of Lucky #AA8F22
RGB
CMYK
RGB Variations
Color information
#AA8F22 (or 0xAA8F22) is known color: Lucky. HEX triplet: AA, 8F and 22. RGB value is (170,143,34). Sum of RGB (Red+Green+Blue) = 170+143+34=347 (45% of max value = 765). Red value is 170 (66.80% from 255 or 48.99% from 347); Green value is 143 (56.25% from 255 or 41.21% from 347); Blue value is 34 (13.67% from 255 or 9.80% from 347); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8F22 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA8F22 is #5570DD. Grayscale: #8B8B8B. Windows color (decimal): -5599454 or 2265002. OLE color: 2265002.
HSL color Cylindrical-coordinate representation of color #AA8F22: hue angle of 48.09º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA8F22 is Cyan = 0, Magento = 0.16, Yellow = 0.80 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 143 | 34 | - |
| CMYK | 0 | 0.16 | 0.80 | 0.33 |
| HSL | 48.09º | 0.67% | 0.4% | - |
| HSV(B) | 48.09º | 0.8% | 0.67% | - |
| XYZ | 26.69 | 28.31 | 5.57 | - |
| YUV | 138.65 | 68.95 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 143 | 34 | 0 | 0.16 | 0.80 | 0.33 | 48.09 | 0.67 | 0.4 |
| Hex | AA | 8F | 22 | 0 | 10 | 50 | 21 | 30 | 43 | 28 |
| Octal | 252 | 217 | 42 | 0 | 20 | 120 | 41 | 60 | 103 | 50 |
| Binary | 10101010 | 10001111 | 100010 | 0 | 10000 | 1010000 | 100001 | 110000 | 1000011 | 101000 |
Color Harmonies of #AA8F22
Complementary color
Monochromatic Colors of #AA8F22
Black with #AA8F22
Text Example
Text Example
White with #AA8F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8F22; }
p { color: rgb(170,143,34); }
H1.HeaderClassName
{
color: #AA8F22;
}
.AnyTagClassName
{
color: #AA8F22;
}
</style>
background-color css
<style>
a { background-color: #AA8F22; }
a { background-color: rgb(170,143,34); }
div.DivClassName
{
background-color: #AA8F22;
}
.BgClassName
{
background-color: #AA8F22;
}
</style>
border-color css
<style>
span { border-color: #AA8F22; }
span { border-color: rgb(170,143,34); }
td.TdClassName
{
border-color: #AA8F22;
}
.TagClassName
{
border-color: #AA8F22;
}
</style>