Shades of Bahia #AAC32A
Tints of Bahia #AAC32A
RGB
CMYK
RGB Variations
Color information
#AAC32A (or 0xAAC32A) is known color: Bahia. HEX triplet: AA, C3 and 2A. RGB value is (170,195,42). Sum of RGB (Red+Green+Blue) = 170+195+42=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 42 (16.80% from 255 or 10.32% from 407); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC32A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC32A is #553CD5. Grayscale: #AAAAAA. Windows color (decimal): -5586134 or 2802602. OLE color: 2802602.
HSL color Cylindrical-coordinate representation of color #AAC32A: hue angle of 69.8º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAC32A is Cyan = 0.13, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 42 | - |
| CMYK | 0.13 | 0 | 0.78 | 0.24 |
| HSL | 69.8º | 0.65% | 0.46% | - |
| HSV(B) | 69.8º | 0.78% | 0.76% | - |
| XYZ | 36.51 | 47.74 | 9.48 | - |
| YUV | 170.08 | 55.72 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 42 | 0.13 | 0 | 0.78 | 0.24 | 69.8 | 0.65 | 0.46 |
| Hex | AA | C3 | 2A | D | 0 | 4E | 18 | 46 | 41 | 2E |
| Octal | 252 | 303 | 52 | 15 | 0 | 116 | 30 | 106 | 101 | 56 |
| Binary | 10101010 | 11000011 | 101010 | 1101 | 0 | 1001110 | 11000 | 1000110 | 1000001 | 101110 |
Color Harmonies of #AAC32A
Complementary color
Monochromatic Colors of #AAC32A
Black with #AAC32A
Text Example
Text Example
White with #AAC32A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC32A; }
p { color: rgb(170,195,42); }
H1.HeaderClassName
{
color: #AAC32A;
}
.AnyTagClassName
{
color: #AAC32A;
}
</style>
background-color css
<style>
a { background-color: #AAC32A; }
a { background-color: rgb(170,195,42); }
div.DivClassName
{
background-color: #AAC32A;
}
.BgClassName
{
background-color: #AAC32A;
}
</style>
border-color css
<style>
span { border-color: #AAC32A; }
span { border-color: rgb(170,195,42); }
td.TdClassName
{
border-color: #AAC32A;
}
.TagClassName
{
border-color: #AAC32A;
}
</style>