Shades of Bahia #AAB422
Tints of Bahia #AAB422
RGB
CMYK
RGB Variations
Color information
#AAB422 (or 0xAAB422) is known color: Bahia. HEX triplet: AA, B4 and 22. RGB value is (170,180,34). Sum of RGB (Red+Green+Blue) = 170+180+34=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 180 (70.70% from 255 or 46.88% from 384); Blue value is 34 (13.67% from 255 or 8.85% from 384); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB422 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB422 is #554BDD. Grayscale: #A0A0A0. Windows color (decimal): -5589982 or 2274474. OLE color: 2274474.
HSL color Cylindrical-coordinate representation of color #AAB422: hue angle of 64.11º degrees, saturation: 0.68, 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 #AAB422 is Cyan = 0.06, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 34 | - |
| CMYK | 0.06 | 0 | 0.81 | 0.29 |
| HSL | 64.11º | 0.68% | 0.42% | - |
| HSV(B) | 64.11º | 0.81% | 0.71% | - |
| XYZ | 33.19 | 41.3 | 7.74 | - |
| YUV | 160.37 | 56.69 | 134.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 34 | 0.06 | 0 | 0.81 | 0.29 | 64.11 | 0.68 | 0.42 |
| Hex | AA | B4 | 22 | 6 | 0 | 51 | 1D | 40 | 44 | 2A |
| Octal | 252 | 264 | 42 | 6 | 0 | 121 | 35 | 100 | 104 | 52 |
| Binary | 10101010 | 10110100 | 100010 | 110 | 0 | 1010001 | 11101 | 1000000 | 1000100 | 101010 |
Color Harmonies of #AAB422
Complementary color
Monochromatic Colors of #AAB422
Black with #AAB422
Text Example
Text Example
White with #AAB422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB422; }
p { color: rgb(170,180,34); }
H1.HeaderClassName
{
color: #AAB422;
}
.AnyTagClassName
{
color: #AAB422;
}
</style>
background-color css
<style>
a { background-color: #AAB422; }
a { background-color: rgb(170,180,34); }
div.DivClassName
{
background-color: #AAB422;
}
.BgClassName
{
background-color: #AAB422;
}
</style>
border-color css
<style>
span { border-color: #AAB422; }
span { border-color: rgb(170,180,34); }
td.TdClassName
{
border-color: #AAB422;
}
.TagClassName
{
border-color: #AAB422;
}
</style>