Shades of Bahia #AAB328
Tints of Bahia #AAB328
RGB
CMYK
RGB Variations
Color information
#AAB328 (or 0xAAB328) is known color: Bahia. HEX triplet: AA, B3 and 28. RGB value is (170,179,40). Sum of RGB (Red+Green+Blue) = 170+179+40=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 40 (16.02% from 255 or 10.28% from 389); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB328 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB328 is #554CD7. Grayscale: #A1A1A1. Windows color (decimal): -5590232 or 2667434. OLE color: 2667434.
HSL color Cylindrical-coordinate representation of color #AAB328: hue angle of 63.88º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AAB328 is Cyan = 0.05, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 40 | - |
| CMYK | 0.05 | 0 | 0.78 | 0.30 |
| HSL | 63.88º | 0.63% | 0.43% | - |
| HSV(B) | 63.88º | 0.78% | 0.7% | - |
| XYZ | 33.08 | 40.94 | 8.17 | - |
| YUV | 160.46 | 60.02 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 40 | 0.05 | 0 | 0.78 | 0.30 | 63.88 | 0.63 | 0.43 |
| Hex | AA | B3 | 28 | 5 | 0 | 4E | 1E | 40 | 3F | 2B |
| Octal | 252 | 263 | 50 | 5 | 0 | 116 | 36 | 100 | 77 | 53 |
| Binary | 10101010 | 10110011 | 101000 | 101 | 0 | 1001110 | 11110 | 1000000 | 111111 | 101011 |
Color Harmonies of #AAB328
Complementary color
Monochromatic Colors of #AAB328
Black with #AAB328
Text Example
Text Example
White with #AAB328
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB328; }
p { color: rgb(170,179,40); }
H1.HeaderClassName
{
color: #AAB328;
}
.AnyTagClassName
{
color: #AAB328;
}
</style>
background-color css
<style>
a { background-color: #AAB328; }
a { background-color: rgb(170,179,40); }
div.DivClassName
{
background-color: #AAB328;
}
.BgClassName
{
background-color: #AAB328;
}
</style>
border-color css
<style>
span { border-color: #AAB328; }
span { border-color: rgb(170,179,40); }
td.TdClassName
{
border-color: #AAB328;
}
.TagClassName
{
border-color: #AAB328;
}
</style>