Shades of Bahia #AAB324
Tints of Bahia #AAB324
RGB
CMYK
RGB Variations
Color information
#AAB324 (or 0xAAB324) is known color: Bahia. HEX triplet: AA, B3 and 24. RGB value is (170,179,36). Sum of RGB (Red+Green+Blue) = 170+179+36=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 179 (70.31% from 255 or 46.49% from 385); Blue value is 36 (14.45% from 255 or 9.35% from 385); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB324 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB324 is #554CDB. Grayscale: #A0A0A0. Windows color (decimal): -5590236 or 2405290. OLE color: 2405290.
HSL color Cylindrical-coordinate representation of color #AAB324: hue angle of 63.78º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAB324 is Cyan = 0.05, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 36 | - |
| CMYK | 0.05 | 0 | 0.80 | 0.30 |
| HSL | 63.78º | 0.67% | 0.42% | - |
| HSV(B) | 63.78º | 0.8% | 0.7% | - |
| XYZ | 33.02 | 40.91 | 7.83 | - |
| YUV | 160.01 | 58.02 | 135.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 36 | 0.05 | 0 | 0.80 | 0.30 | 63.78 | 0.67 | 0.42 |
| Hex | AA | B3 | 24 | 5 | 0 | 50 | 1E | 40 | 43 | 2A |
| Octal | 252 | 263 | 44 | 5 | 0 | 120 | 36 | 100 | 103 | 52 |
| Binary | 10101010 | 10110011 | 100100 | 101 | 0 | 1010000 | 11110 | 1000000 | 1000011 | 101010 |
Color Harmonies of #AAB324
Complementary color
Monochromatic Colors of #AAB324
Black with #AAB324
Text Example
Text Example
White with #AAB324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB324; }
p { color: rgb(170,179,36); }
H1.HeaderClassName
{
color: #AAB324;
}
.AnyTagClassName
{
color: #AAB324;
}
</style>
background-color css
<style>
a { background-color: #AAB324; }
a { background-color: rgb(170,179,36); }
div.DivClassName
{
background-color: #AAB324;
}
.BgClassName
{
background-color: #AAB324;
}
</style>
border-color css
<style>
span { border-color: #AAB324; }
span { border-color: rgb(170,179,36); }
td.TdClassName
{
border-color: #AAB324;
}
.TagClassName
{
border-color: #AAB324;
}
</style>