Shades of Bahia #AAC710
Tints of Bahia #AAC710
RGB
CMYK
RGB Variations
Color information
#AAC710 (or 0xAAC710) is known color: Bahia. HEX triplet: AA, C7 and 10. RGB value is (170,199,16). Sum of RGB (Red+Green+Blue) = 170+199+16=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 199 (78.12% from 255 or 51.69% from 385); Blue value is 16 (6.64% from 255 or 4.16% from 385); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC710 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC710 is #5538EF. Grayscale: #AAAAAA. Windows color (decimal): -5585136 or 1099690. OLE color: 1099690.
HSL color Cylindrical-coordinate representation of color #AAC710: hue angle of 69.51º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #AAC710 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.22 |
| HSL | 69.51º | 0.85% | 0.42% | - |
| HSV(B) | 69.51º | 0.92% | 0.78% | - |
| XYZ | 37.09 | 49.43 | 8.08 | - |
| YUV | 169.47 | 41.39 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 16 | 0.15 | 0 | 0.92 | 0.22 | 69.51 | 0.85 | 0.42 |
| Hex | AA | C7 | 10 | F | 0 | 5C | 16 | 46 | 55 | 2A |
| Octal | 252 | 307 | 20 | 17 | 0 | 134 | 26 | 106 | 125 | 52 |
| Binary | 10101010 | 11000111 | 10000 | 1111 | 0 | 1011100 | 10110 | 1000110 | 1010101 | 101010 |
Color Harmonies of #AAC710
Complementary color
Monochromatic Colors of #AAC710
Black with #AAC710
Text Example
Text Example
White with #AAC710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC710; }
p { color: rgb(170,199,16); }
H1.HeaderClassName
{
color: #AAC710;
}
.AnyTagClassName
{
color: #AAC710;
}
</style>
background-color css
<style>
a { background-color: #AAC710; }
a { background-color: rgb(170,199,16); }
div.DivClassName
{
background-color: #AAC710;
}
.BgClassName
{
background-color: #AAC710;
}
</style>
border-color css
<style>
span { border-color: #AAC710; }
span { border-color: rgb(170,199,16); }
td.TdClassName
{
border-color: #AAC710;
}
.TagClassName
{
border-color: #AAC710;
}
</style>