Shades of Bahia #AAC521
Tints of Bahia #AAC521
RGB
CMYK
RGB Variations
Color information
#AAC521 (or 0xAAC521) is known color: Bahia. HEX triplet: AA, C5 and 21. RGB value is (170,197,33). Sum of RGB (Red+Green+Blue) = 170+197+33=400 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.5% from 400); Green value is 197 (77.34% from 255 or 49.25% from 400); Blue value is 33 (13.28% from 255 or 8.25% from 400); Max value from RGB is 197 - color contains mainly: green. Hex color #AAC521 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC521 is #553ADE. Grayscale: #AAAAAA. Windows color (decimal): -5585631 or 2213290. OLE color: 2213290.
HSL color Cylindrical-coordinate representation of color #AAC521: hue angle of 69.88º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAC521 is Cyan = 0.14, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 170 | 197 | 33 | - |
| CMYK | 0.14 | 0 | 0.83 | 0.23 |
| HSL | 69.88º | 0.71% | 0.45% | - |
| HSV(B) | 69.88º | 0.83% | 0.77% | - |
| XYZ | 36.82 | 48.59 | 8.88 | - |
| YUV | 170.23 | 50.55 | 127.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 197 | 33 | 0.14 | 0 | 0.83 | 0.23 | 69.88 | 0.71 | 0.45 |
| Hex | AA | C5 | 21 | E | 0 | 53 | 17 | 46 | 47 | 2D |
| Octal | 252 | 305 | 41 | 16 | 0 | 123 | 27 | 106 | 107 | 55 |
| Binary | 10101010 | 11000101 | 100001 | 1110 | 0 | 1010011 | 10111 | 1000110 | 1000111 | 101101 |
Color Harmonies of #AAC521
Complementary color
Monochromatic Colors of #AAC521
Black with #AAC521
Text Example
Text Example
White with #AAC521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC521; }
p { color: rgb(170,197,33); }
H1.HeaderClassName
{
color: #AAC521;
}
.AnyTagClassName
{
color: #AAC521;
}
</style>
background-color css
<style>
a { background-color: #AAC521; }
a { background-color: rgb(170,197,33); }
div.DivClassName
{
background-color: #AAC521;
}
.BgClassName
{
background-color: #AAC521;
}
</style>
border-color css
<style>
span { border-color: #AAC521; }
span { border-color: rgb(170,197,33); }
td.TdClassName
{
border-color: #AAC521;
}
.TagClassName
{
border-color: #AAC521;
}
</style>