Shades of Bahia #AAB532
Tints of Bahia #AAB532
RGB
CMYK
RGB Variations
Color information
#AAB532 (or 0xAAB532) is known color: Bahia. HEX triplet: AA, B5 and 32. RGB value is (170,181,50). Sum of RGB (Red+Green+Blue) = 170+181+50=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 181 (71.09% from 255 or 45.14% from 401); Blue value is 50 (19.92% from 255 or 12.47% from 401); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB532 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB532 is #554ACD. Grayscale: #A3A3A3. Windows color (decimal): -5589710 or 3323306. OLE color: 3323306.
HSL color Cylindrical-coordinate representation of color #AAB532: hue angle of 65.04º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAB532 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 50 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.29 |
| HSL | 65.04º | 0.57% | 0.45% | - |
| HSV(B) | 65.04º | 0.72% | 0.71% | - |
| XYZ | 33.68 | 41.82 | 9.32 | - |
| YUV | 162.78 | 64.36 | 133.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 50 | 0.06 | 0 | 0.72 | 0.29 | 65.04 | 0.57 | 0.45 |
| Hex | AA | B5 | 32 | 6 | 0 | 48 | 1D | 41 | 39 | 2D |
| Octal | 252 | 265 | 62 | 6 | 0 | 110 | 35 | 101 | 71 | 55 |
| Binary | 10101010 | 10110101 | 110010 | 110 | 0 | 1001000 | 11101 | 1000001 | 111001 | 101101 |
Color Harmonies of #AAB532
Complementary color
Monochromatic Colors of #AAB532
Black with #AAB532
Text Example
Text Example
White with #AAB532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB532; }
p { color: rgb(170,181,50); }
H1.HeaderClassName
{
color: #AAB532;
}
.AnyTagClassName
{
color: #AAB532;
}
</style>
background-color css
<style>
a { background-color: #AAB532; }
a { background-color: rgb(170,181,50); }
div.DivClassName
{
background-color: #AAB532;
}
.BgClassName
{
background-color: #AAB532;
}
</style>
border-color css
<style>
span { border-color: #AAB532; }
span { border-color: rgb(170,181,50); }
td.TdClassName
{
border-color: #AAB532;
}
.TagClassName
{
border-color: #AAB532;
}
</style>