Shades of Bahia #AAC610
Tints of Bahia #AAC610
RGB
CMYK
RGB Variations
Color information
#AAC610 (or 0xAAC610) is known color: Bahia. HEX triplet: AA, C6 and 10. RGB value is (170,198,16). Sum of RGB (Red+Green+Blue) = 170+198+16=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 198 (77.73% from 255 or 51.56% from 384); Blue value is 16 (6.64% from 255 or 4.17% from 384); Max value from RGB is 198 - color contains mainly: green. Hex color #AAC610 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC610 is #5539EF. Grayscale: #A9A9A9. Windows color (decimal): -5585392 or 1099434. OLE color: 1099434.
HSL color Cylindrical-coordinate representation of color #AAC610: hue angle of 69.23º 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 #AAC610 is Cyan = 0.14, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 198 | 16 | - |
| CMYK | 0.14 | 0 | 0.92 | 0.22 |
| HSL | 69.23º | 0.85% | 0.42% | - |
| HSV(B) | 69.23º | 0.92% | 0.78% | - |
| XYZ | 36.87 | 48.97 | 8 | - |
| YUV | 168.88 | 41.72 | 128.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 198 | 16 | 0.14 | 0 | 0.92 | 0.22 | 69.23 | 0.85 | 0.42 |
| Hex | AA | C6 | 10 | E | 0 | 5C | 16 | 45 | 55 | 2A |
| Octal | 252 | 306 | 20 | 16 | 0 | 134 | 26 | 105 | 125 | 52 |
| Binary | 10101010 | 11000110 | 10000 | 1110 | 0 | 1011100 | 10110 | 1000101 | 1010101 | 101010 |
Color Harmonies of #AAC610
Complementary color
Monochromatic Colors of #AAC610
Black with #AAC610
Text Example
Text Example
White with #AAC610
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC610; }
p { color: rgb(170,198,16); }
H1.HeaderClassName
{
color: #AAC610;
}
.AnyTagClassName
{
color: #AAC610;
}
</style>
background-color css
<style>
a { background-color: #AAC610; }
a { background-color: rgb(170,198,16); }
div.DivClassName
{
background-color: #AAC610;
}
.BgClassName
{
background-color: #AAC610;
}
</style>
border-color css
<style>
span { border-color: #AAC610; }
span { border-color: rgb(170,198,16); }
td.TdClassName
{
border-color: #AAC610;
}
.TagClassName
{
border-color: #AAC610;
}
</style>