Shades of Bahia #AAB622
Tints of Bahia #AAB622
RGB
CMYK
RGB Variations
Color information
#AAB622 (or 0xAAB622) is known color: Bahia. HEX triplet: AA, B6 and 22. RGB value is (170,182,34). Sum of RGB (Red+Green+Blue) = 170+182+34=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 182 (71.48% from 255 or 47.15% from 386); Blue value is 34 (13.67% from 255 or 8.81% from 386); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB622 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB622 is #5549DD. Grayscale: #A2A2A2. Windows color (decimal): -5589470 or 2274986. OLE color: 2274986.
HSL color Cylindrical-coordinate representation of color #AAB622: hue angle of 64.86º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAB622 is Cyan = 0.07, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 34 | - |
| CMYK | 0.07 | 0 | 0.81 | 0.29 |
| HSL | 64.86º | 0.69% | 0.42% | - |
| HSV(B) | 64.86º | 0.81% | 0.71% | - |
| XYZ | 33.59 | 42.12 | 7.87 | - |
| YUV | 161.54 | 56.02 | 134.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 34 | 0.07 | 0 | 0.81 | 0.29 | 64.86 | 0.69 | 0.42 |
| Hex | AA | B6 | 22 | 7 | 0 | 51 | 1D | 41 | 45 | 2A |
| Octal | 252 | 266 | 42 | 7 | 0 | 121 | 35 | 101 | 105 | 52 |
| Binary | 10101010 | 10110110 | 100010 | 111 | 0 | 1010001 | 11101 | 1000001 | 1000101 | 101010 |
Color Harmonies of #AAB622
Complementary color
Monochromatic Colors of #AAB622
Black with #AAB622
Text Example
Text Example
White with #AAB622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB622; }
p { color: rgb(170,182,34); }
H1.HeaderClassName
{
color: #AAB622;
}
.AnyTagClassName
{
color: #AAB622;
}
</style>
background-color css
<style>
a { background-color: #AAB622; }
a { background-color: rgb(170,182,34); }
div.DivClassName
{
background-color: #AAB622;
}
.BgClassName
{
background-color: #AAB622;
}
</style>
border-color css
<style>
span { border-color: #AAB622; }
span { border-color: rgb(170,182,34); }
td.TdClassName
{
border-color: #AAB622;
}
.TagClassName
{
border-color: #AAB622;
}
</style>