Shades of Bahia #AAB524
Tints of Bahia #AAB524
RGB
CMYK
RGB Variations
Color information
#AAB524 (or 0xAAB524) is known color: Bahia. HEX triplet: AA, B5 and 24. RGB value is (170,181,36). Sum of RGB (Red+Green+Blue) = 170+181+36=387 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.93% from 387); Green value is 181 (71.09% from 255 or 46.77% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB524 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB524 is #554ADB. Grayscale: #A1A1A1. Windows color (decimal): -5589724 or 2405802. OLE color: 2405802.
HSL color Cylindrical-coordinate representation of color #AAB524: hue angle of 64.55º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAB524 is Cyan = 0.06, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 36 | - |
| CMYK | 0.06 | 0 | 0.80 | 0.29 |
| HSL | 64.55º | 0.67% | 0.43% | - |
| HSV(B) | 64.55º | 0.8% | 0.71% | - |
| XYZ | 33.42 | 41.72 | 7.96 | - |
| YUV | 161.18 | 57.36 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 36 | 0.06 | 0 | 0.80 | 0.29 | 64.55 | 0.67 | 0.43 |
| Hex | AA | B5 | 24 | 6 | 0 | 50 | 1D | 41 | 43 | 2B |
| Octal | 252 | 265 | 44 | 6 | 0 | 120 | 35 | 101 | 103 | 53 |
| Binary | 10101010 | 10110101 | 100100 | 110 | 0 | 1010000 | 11101 | 1000001 | 1000011 | 101011 |
Color Harmonies of #AAB524
Complementary color
Monochromatic Colors of #AAB524
Black with #AAB524
Text Example
Text Example
White with #AAB524
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB524; }
p { color: rgb(170,181,36); }
H1.HeaderClassName
{
color: #AAB524;
}
.AnyTagClassName
{
color: #AAB524;
}
</style>
background-color css
<style>
a { background-color: #AAB524; }
a { background-color: rgb(170,181,36); }
div.DivClassName
{
background-color: #AAB524;
}
.BgClassName
{
background-color: #AAB524;
}
</style>
border-color css
<style>
span { border-color: #AAB524; }
span { border-color: rgb(170,181,36); }
td.TdClassName
{
border-color: #AAB524;
}
.TagClassName
{
border-color: #AAB524;
}
</style>