Shades of Bahia #AAB528
Tints of Bahia #AAB528
RGB
CMYK
RGB Variations
Color information
#AAB528 (or 0xAAB528) is known color: Bahia. HEX triplet: AA, B5 and 28. RGB value is (170,181,40). Sum of RGB (Red+Green+Blue) = 170+181+40=391 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.48% from 391); Green value is 181 (71.09% from 255 or 46.29% from 391); Blue value is 40 (16.02% from 255 or 10.23% from 391); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB528 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB528 is #554AD7. Grayscale: #A2A2A2. Windows color (decimal): -5589720 or 2667946. OLE color: 2667946.
HSL color Cylindrical-coordinate representation of color #AAB528: hue angle of 64.68º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAB528 is Cyan = 0.06, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 40 | - |
| CMYK | 0.06 | 0 | 0.78 | 0.29 |
| HSL | 64.68º | 0.64% | 0.43% | - |
| HSV(B) | 64.68º | 0.78% | 0.71% | - |
| XYZ | 33.48 | 41.75 | 8.3 | - |
| YUV | 161.64 | 59.36 | 133.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 40 | 0.06 | 0 | 0.78 | 0.29 | 64.68 | 0.64 | 0.43 |
| Hex | AA | B5 | 28 | 6 | 0 | 4E | 1D | 41 | 40 | 2B |
| Octal | 252 | 265 | 50 | 6 | 0 | 116 | 35 | 101 | 100 | 53 |
| Binary | 10101010 | 10110101 | 101000 | 110 | 0 | 1001110 | 11101 | 1000001 | 1000000 | 101011 |
Color Harmonies of #AAB528
Complementary color
Monochromatic Colors of #AAB528
Black with #AAB528
Text Example
Text Example
White with #AAB528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB528; }
p { color: rgb(170,181,40); }
H1.HeaderClassName
{
color: #AAB528;
}
.AnyTagClassName
{
color: #AAB528;
}
</style>
background-color css
<style>
a { background-color: #AAB528; }
a { background-color: rgb(170,181,40); }
div.DivClassName
{
background-color: #AAB528;
}
.BgClassName
{
background-color: #AAB528;
}
</style>
border-color css
<style>
span { border-color: #AAB528; }
span { border-color: rgb(170,181,40); }
td.TdClassName
{
border-color: #AAB528;
}
.TagClassName
{
border-color: #AAB528;
}
</style>