Shades of Bahia #AAB522
Tints of Bahia #AAB522
RGB
CMYK
RGB Variations
Color information
#AAB522 (or 0xAAB522) is known color: Bahia. HEX triplet: AA, B5 and 22. RGB value is (170,181,34). Sum of RGB (Red+Green+Blue) = 170+181+34=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 181 (71.09% from 255 or 47.01% from 385); Blue value is 34 (13.67% from 255 or 8.83% from 385); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB522 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB522 is #554ADD. Grayscale: #A1A1A1. Windows color (decimal): -5589726 or 2274730. OLE color: 2274730.
HSL color Cylindrical-coordinate representation of color #AAB522: hue angle of 64.49º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB522 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 34 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.29 |
| HSL | 64.49º | 0.68% | 0.42% | - |
| HSV(B) | 64.49º | 0.81% | 0.71% | - |
| XYZ | 33.39 | 41.71 | 7.8 | - |
| YUV | 160.95 | 56.36 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 34 | 0.06 | 0 | 0.81 | 0.29 | 64.49 | 0.68 | 0.42 |
| Hex | AA | B5 | 22 | 6 | 0 | 51 | 1D | 40 | 44 | 2A |
| Octal | 252 | 265 | 42 | 6 | 0 | 121 | 35 | 100 | 104 | 52 |
| Binary | 10101010 | 10110101 | 100010 | 110 | 0 | 1010001 | 11101 | 1000000 | 1000100 | 101010 |
Color Harmonies of #AAB522
Complementary color
Monochromatic Colors of #AAB522
Black with #AAB522
Text Example
Text Example
White with #AAB522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB522; }
p { color: rgb(170,181,34); }
H1.HeaderClassName
{
color: #AAB522;
}
.AnyTagClassName
{
color: #AAB522;
}
</style>
background-color css
<style>
a { background-color: #AAB522; }
a { background-color: rgb(170,181,34); }
div.DivClassName
{
background-color: #AAB522;
}
.BgClassName
{
background-color: #AAB522;
}
</style>
border-color css
<style>
span { border-color: #AAB522; }
span { border-color: rgb(170,181,34); }
td.TdClassName
{
border-color: #AAB522;
}
.TagClassName
{
border-color: #AAB522;
}
</style>