Shades of Bahia #AAC722
Tints of Bahia #AAC722
RGB
CMYK
RGB Variations
Color information
#AAC722 (or 0xAAC722) is known color: Bahia. HEX triplet: AA, C7 and 22. RGB value is (170,199,34). Sum of RGB (Red+Green+Blue) = 170+199+34=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 199 (78.12% from 255 or 49.38% from 403); Blue value is 34 (13.67% from 255 or 8.44% from 403); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC722 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC722 is #5538DD. Grayscale: #ACACAC. Windows color (decimal): -5585118 or 2279338. OLE color: 2279338.
HSL color Cylindrical-coordinate representation of color #AAC722: hue angle of 70.55º degrees, saturation: 0.71, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAC722 is Cyan = 0.15, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 34 | - |
| CMYK | 0.15 | 0 | 0.83 | 0.22 |
| HSL | 70.55º | 0.71% | 0.46% | - |
| HSV(B) | 70.55º | 0.83% | 0.78% | - |
| XYZ | 37.29 | 49.51 | 9.1 | - |
| YUV | 171.52 | 50.39 | 126.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 34 | 0.15 | 0 | 0.83 | 0.22 | 70.55 | 0.71 | 0.46 |
| Hex | AA | C7 | 22 | F | 0 | 53 | 16 | 47 | 47 | 2E |
| Octal | 252 | 307 | 42 | 17 | 0 | 123 | 26 | 107 | 107 | 56 |
| Binary | 10101010 | 11000111 | 100010 | 1111 | 0 | 1010011 | 10110 | 1000111 | 1000111 | 101110 |
Color Harmonies of #AAC722
Complementary color
Monochromatic Colors of #AAC722
Black with #AAC722
Text Example
Text Example
White with #AAC722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC722; }
p { color: rgb(170,199,34); }
H1.HeaderClassName
{
color: #AAC722;
}
.AnyTagClassName
{
color: #AAC722;
}
</style>
background-color css
<style>
a { background-color: #AAC722; }
a { background-color: rgb(170,199,34); }
div.DivClassName
{
background-color: #AAC722;
}
.BgClassName
{
background-color: #AAC722;
}
</style>
border-color css
<style>
span { border-color: #AAC722; }
span { border-color: rgb(170,199,34); }
td.TdClassName
{
border-color: #AAC722;
}
.TagClassName
{
border-color: #AAC722;
}
</style>