Shades of Bahia #AAC031
Tints of Bahia #AAC031
RGB
CMYK
RGB Variations
Color information
#AAC031 (or 0xAAC031) is known color: Bahia. HEX triplet: AA, C0 and 31. RGB value is (170,192,49). Sum of RGB (Red+Green+Blue) = 170+192+49=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 192 (75.39% from 255 or 46.72% from 411); Blue value is 49 (19.53% from 255 or 11.92% from 411); Max value from RGB is 192 - color contains mainly: green. Hex color #AAC031 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC031 is #553FCE. Grayscale: #A9A9A9. Windows color (decimal): -5586895 or 3260586. OLE color: 3260586.
HSL color Cylindrical-coordinate representation of color #AAC031: hue angle of 69.23º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAC031 is Cyan = 0.11, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 170 | 192 | 49 | - |
| CMYK | 0.11 | 0 | 0.74 | 0.25 |
| HSL | 69.23º | 0.59% | 0.47% | - |
| HSV(B) | 69.23º | 0.74% | 0.75% | - |
| XYZ | 35.98 | 46.47 | 9.98 | - |
| YUV | 169.12 | 60.21 | 128.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 192 | 49 | 0.11 | 0 | 0.74 | 0.25 | 69.23 | 0.59 | 0.47 |
| Hex | AA | C0 | 31 | B | 0 | 4A | 19 | 45 | 3B | 2F |
| Octal | 252 | 300 | 61 | 13 | 0 | 112 | 31 | 105 | 73 | 57 |
| Binary | 10101010 | 11000000 | 110001 | 1011 | 0 | 1001010 | 11001 | 1000101 | 111011 | 101111 |
Color Harmonies of #AAC031
Complementary color
Monochromatic Colors of #AAC031
Black with #AAC031
Text Example
Text Example
White with #AAC031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC031; }
p { color: rgb(170,192,49); }
H1.HeaderClassName
{
color: #AAC031;
}
.AnyTagClassName
{
color: #AAC031;
}
</style>
background-color css
<style>
a { background-color: #AAC031; }
a { background-color: rgb(170,192,49); }
div.DivClassName
{
background-color: #AAC031;
}
.BgClassName
{
background-color: #AAC031;
}
</style>
border-color css
<style>
span { border-color: #AAC031; }
span { border-color: rgb(170,192,49); }
td.TdClassName
{
border-color: #AAC031;
}
.TagClassName
{
border-color: #AAC031;
}
</style>