Shades of Bahia #AAB820
Tints of Bahia #AAB820
RGB
CMYK
RGB Variations
Color information
#AAB820 (or 0xAAB820) is known color: Bahia. HEX triplet: AA, B8 and 20. RGB value is (170,184,32). Sum of RGB (Red+Green+Blue) = 170+184+32=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 184 (72.27% from 255 or 47.67% from 386); Blue value is 32 (12.89% from 255 or 8.29% from 386); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB820 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB820 is #5547DF. Grayscale: #A3A3A3. Windows color (decimal): -5588960 or 2144426. OLE color: 2144426.
HSL color Cylindrical-coordinate representation of color #AAB820: hue angle of 65.53º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #AAB820 is Cyan = 0.08, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 32 | - |
| CMYK | 0.08 | 0 | 0.83 | 0.28 |
| HSL | 65.53º | 0.7% | 0.42% | - |
| HSV(B) | 65.53º | 0.83% | 0.72% | - |
| XYZ | 33.98 | 42.93 | 7.86 | - |
| YUV | 162.49 | 54.36 | 133.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 32 | 0.08 | 0 | 0.83 | 0.28 | 65.53 | 0.7 | 0.42 |
| Hex | AA | B8 | 20 | 8 | 0 | 53 | 1C | 42 | 46 | 2A |
| Octal | 252 | 270 | 40 | 10 | 0 | 123 | 34 | 102 | 106 | 52 |
| Binary | 10101010 | 10111000 | 100000 | 1000 | 0 | 1010011 | 11100 | 1000010 | 1000110 | 101010 |
Color Harmonies of #AAB820
Complementary color
Monochromatic Colors of #AAB820
Black with #AAB820
Text Example
Text Example
White with #AAB820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB820; }
p { color: rgb(170,184,32); }
H1.HeaderClassName
{
color: #AAB820;
}
.AnyTagClassName
{
color: #AAB820;
}
</style>
background-color css
<style>
a { background-color: #AAB820; }
a { background-color: rgb(170,184,32); }
div.DivClassName
{
background-color: #AAB820;
}
.BgClassName
{
background-color: #AAB820;
}
</style>
border-color css
<style>
span { border-color: #AAB820; }
span { border-color: rgb(170,184,32); }
td.TdClassName
{
border-color: #AAB820;
}
.TagClassName
{
border-color: #AAB820;
}
</style>