Shades of Bahia #AAB526
Tints of Bahia #AAB526
RGB
CMYK
RGB Variations
Color information
#AAB526 (or 0xAAB526) is known color: Bahia. HEX triplet: AA, B5 and 26. RGB value is (170,181,38). Sum of RGB (Red+Green+Blue) = 170+181+38=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 38 (15.23% from 255 or 9.77% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #AAB526 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB526 is #554AD9. Grayscale: #A1A1A1. Windows color (decimal): -5589722 or 2536874. OLE color: 2536874.
HSL color Cylindrical-coordinate representation of color #AAB526: hue angle of 64.62º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #AAB526 is Cyan = 0.06, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 181 | 38 | - |
| CMYK | 0.06 | 0 | 0.79 | 0.29 |
| HSL | 64.62º | 0.65% | 0.43% | - |
| HSV(B) | 64.62º | 0.79% | 0.71% | - |
| XYZ | 33.45 | 41.73 | 8.13 | - |
| YUV | 161.41 | 58.36 | 134.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 181 | 38 | 0.06 | 0 | 0.79 | 0.29 | 64.62 | 0.65 | 0.43 |
| Hex | AA | B5 | 26 | 6 | 0 | 4F | 1D | 41 | 41 | 2B |
| Octal | 252 | 265 | 46 | 6 | 0 | 117 | 35 | 101 | 101 | 53 |
| Binary | 10101010 | 10110101 | 100110 | 110 | 0 | 1001111 | 11101 | 1000001 | 1000001 | 101011 |
Color Harmonies of #AAB526
Complementary color
Monochromatic Colors of #AAB526
Black with #AAB526
Text Example
Text Example
White with #AAB526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB526; }
p { color: rgb(170,181,38); }
H1.HeaderClassName
{
color: #AAB526;
}
.AnyTagClassName
{
color: #AAB526;
}
</style>
background-color css
<style>
a { background-color: #AAB526; }
a { background-color: rgb(170,181,38); }
div.DivClassName
{
background-color: #AAB526;
}
.BgClassName
{
background-color: #AAB526;
}
</style>
border-color css
<style>
span { border-color: #AAB526; }
span { border-color: rgb(170,181,38); }
td.TdClassName
{
border-color: #AAB526;
}
.TagClassName
{
border-color: #AAB526;
}
</style>