Shades of Bahia #AAB533
Tints of Bahia #AAB533
RGB
CMYK
RGB Variations
Color information
#AAB533 (or 0xAAB533) is known color: Bahia. HEX triplet: AA, B5 and 33. RGB value is (170,181,51). Sum of RGB (Red+Green+Blue) = 170+181+51=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 181 (71.09% from 255 or 45.02% from 402); Blue value is 51 (20.31% from 255 or 12.69% from 402); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB533 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB533 is #554ACC. Grayscale: #A3A3A3. Windows color (decimal): -5589709 or 3388842. OLE color: 3388842.
HSL color Cylindrical-coordinate representation of color #AAB533: hue angle of 65.08º degrees, saturation: 0.56, 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 #AAB533 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 51 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.29 |
| HSL | 65.08º | 0.56% | 0.45% | - |
| HSV(B) | 65.08º | 0.72% | 0.71% | - |
| XYZ | 33.7 | 41.83 | 9.43 | - |
| YUV | 162.89 | 64.86 | 133.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 51 | 0.06 | 0 | 0.72 | 0.29 | 65.08 | 0.56 | 0.45 |
| Hex | AA | B5 | 33 | 6 | 0 | 48 | 1D | 41 | 38 | 2D |
| Octal | 252 | 265 | 63 | 6 | 0 | 110 | 35 | 101 | 70 | 55 |
| Binary | 10101010 | 10110101 | 110011 | 110 | 0 | 1001000 | 11101 | 1000001 | 111000 | 101101 |
Color Harmonies of #AAB533
Complementary color
Monochromatic Colors of #AAB533
Black with #AAB533
Text Example
Text Example
White with #AAB533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB533; }
p { color: rgb(170,181,51); }
H1.HeaderClassName
{
color: #AAB533;
}
.AnyTagClassName
{
color: #AAB533;
}
</style>
background-color css
<style>
a { background-color: #AAB533; }
a { background-color: rgb(170,181,51); }
div.DivClassName
{
background-color: #AAB533;
}
.BgClassName
{
background-color: #AAB533;
}
</style>
border-color css
<style>
span { border-color: #AAB533; }
span { border-color: rgb(170,181,51); }
td.TdClassName
{
border-color: #AAB533;
}
.TagClassName
{
border-color: #AAB533;
}
</style>