Shades of Bahia #AAB72A
Tints of Bahia #AAB72A
RGB
CMYK
RGB Variations
Color information
#AAB72A (or 0xAAB72A) is known color: Bahia. HEX triplet: AA, B7 and 2A. RGB value is (170,183,42). Sum of RGB (Red+Green+Blue) = 170+183+42=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 183 (71.88% from 255 or 46.33% from 395); Blue value is 42 (16.80% from 255 or 10.63% from 395); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB72A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB72A is #5548D5. Grayscale: #A3A3A3. Windows color (decimal): -5589206 or 2799530. OLE color: 2799530.
HSL color Cylindrical-coordinate representation of color #AAB72A: hue angle of 65.53º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAB72A is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 183 | 42 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.28 |
| HSL | 65.53º | 0.63% | 0.44% | - |
| HSV(B) | 65.53º | 0.77% | 0.72% | - |
| XYZ | 33.93 | 42.58 | 8.62 | - |
| YUV | 163.04 | 59.69 | 132.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 183 | 42 | 0.07 | 0 | 0.77 | 0.28 | 65.53 | 0.63 | 0.44 |
| Hex | AA | B7 | 2A | 7 | 0 | 4D | 1C | 42 | 3F | 2C |
| Octal | 252 | 267 | 52 | 7 | 0 | 115 | 34 | 102 | 77 | 54 |
| Binary | 10101010 | 10110111 | 101010 | 111 | 0 | 1001101 | 11100 | 1000010 | 111111 | 101100 |
Color Harmonies of #AAB72A
Complementary color
Monochromatic Colors of #AAB72A
Black with #AAB72A
Text Example
Text Example
White with #AAB72A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB72A; }
p { color: rgb(170,183,42); }
H1.HeaderClassName
{
color: #AAB72A;
}
.AnyTagClassName
{
color: #AAB72A;
}
</style>
background-color css
<style>
a { background-color: #AAB72A; }
a { background-color: rgb(170,183,42); }
div.DivClassName
{
background-color: #AAB72A;
}
.BgClassName
{
background-color: #AAB72A;
}
</style>
border-color css
<style>
span { border-color: #AAB72A; }
span { border-color: rgb(170,183,42); }
td.TdClassName
{
border-color: #AAB72A;
}
.TagClassName
{
border-color: #AAB72A;
}
</style>