Shades of Bahia #AAC810
Tints of Bahia #AAC810
RGB
CMYK
RGB Variations
Color information
#AAC810 (or 0xAAC810) is known color: Bahia. HEX triplet: AA, C8 and 10. RGB value is (170,200,16). Sum of RGB (Red+Green+Blue) = 170+200+16=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 200 (78.52% from 255 or 51.81% from 386); Blue value is 16 (6.64% from 255 or 4.15% from 386); Max value from RGB is 200 - color contains mainly: green. Hex color #AAC810 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC810 is #5537EF. Grayscale: #AAAAAA. Windows color (decimal): -5584880 or 1099946. OLE color: 1099946.
HSL color Cylindrical-coordinate representation of color #AAC810: hue angle of 69.78º 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 #AAC810 is Cyan = 0.15, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 200 | 16 | - |
| CMYK | 0.15 | 0 | 0.92 | 0.22 |
| HSL | 69.78º | 0.85% | 0.42% | - |
| HSV(B) | 69.78º | 0.92% | 0.78% | - |
| XYZ | 37.33 | 49.89 | 8.15 | - |
| YUV | 170.05 | 41.06 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 200 | 16 | 0.15 | 0 | 0.92 | 0.22 | 69.78 | 0.85 | 0.42 |
| Hex | AA | C8 | 10 | F | 0 | 5C | 16 | 46 | 55 | 2A |
| Octal | 252 | 310 | 20 | 17 | 0 | 134 | 26 | 106 | 125 | 52 |
| Binary | 10101010 | 11001000 | 10000 | 1111 | 0 | 1011100 | 10110 | 1000110 | 1010101 | 101010 |
Color Harmonies of #AAC810
Complementary color
Monochromatic Colors of #AAC810
Black with #AAC810
Text Example
Text Example
White with #AAC810
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC810; }
p { color: rgb(170,200,16); }
H1.HeaderClassName
{
color: #AAC810;
}
.AnyTagClassName
{
color: #AAC810;
}
</style>
background-color css
<style>
a { background-color: #AAC810; }
a { background-color: rgb(170,200,16); }
div.DivClassName
{
background-color: #AAC810;
}
.BgClassName
{
background-color: #AAC810;
}
</style>
border-color css
<style>
span { border-color: #AAC810; }
span { border-color: rgb(170,200,16); }
td.TdClassName
{
border-color: #AAC810;
}
.TagClassName
{
border-color: #AAC810;
}
</style>