Shades of Bahia #AAB822
Tints of Bahia #AAB822
RGB
CMYK
RGB Variations
Color information
#AAB822 (or 0xAAB822) is known color: Bahia. HEX triplet: AA, B8 and 22. RGB value is (170,184,34). Sum of RGB (Red+Green+Blue) = 170+184+34=388 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.81% from 388); Green value is 184 (72.27% from 255 or 47.42% from 388); Blue value is 34 (13.67% from 255 or 8.76% from 388); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB822 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB822 is #5547DD. Grayscale: #A3A3A3. Windows color (decimal): -5588958 or 2275498. OLE color: 2275498.
HSL color Cylindrical-coordinate representation of color #AAB822: hue angle of 65.6º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AAB822 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 34 | - |
| CMYK | 0.08 | 0 | 0.82 | 0.28 |
| HSL | 65.6º | 0.69% | 0.43% | - |
| HSV(B) | 65.6º | 0.82% | 0.72% | - |
| XYZ | 34.01 | 42.94 | 8.01 | - |
| YUV | 162.71 | 55.36 | 133.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 34 | 0.08 | 0 | 0.82 | 0.28 | 65.6 | 0.69 | 0.43 |
| Hex | AA | B8 | 22 | 8 | 0 | 52 | 1C | 42 | 45 | 2B |
| Octal | 252 | 270 | 42 | 10 | 0 | 122 | 34 | 102 | 105 | 53 |
| Binary | 10101010 | 10111000 | 100010 | 1000 | 0 | 1010010 | 11100 | 1000010 | 1000101 | 101011 |
Color Harmonies of #AAB822
Complementary color
Monochromatic Colors of #AAB822
Black with #AAB822
Text Example
Text Example
White with #AAB822
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB822; }
p { color: rgb(170,184,34); }
H1.HeaderClassName
{
color: #AAB822;
}
.AnyTagClassName
{
color: #AAB822;
}
</style>
background-color css
<style>
a { background-color: #AAB822; }
a { background-color: rgb(170,184,34); }
div.DivClassName
{
background-color: #AAB822;
}
.BgClassName
{
background-color: #AAB822;
}
</style>
border-color css
<style>
span { border-color: #AAB822; }
span { border-color: rgb(170,184,34); }
td.TdClassName
{
border-color: #AAB822;
}
.TagClassName
{
border-color: #AAB822;
}
</style>