Shades of Bahia #AAB82A
Tints of Bahia #AAB82A
RGB
CMYK
RGB Variations
Color information
#AAB82A (or 0xAAB82A) is known color: Bahia. HEX triplet: AA, B8 and 2A. RGB value is (170,184,42). Sum of RGB (Red+Green+Blue) = 170+184+42=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 184 (72.27% from 255 or 46.46% from 396); Blue value is 42 (16.80% from 255 or 10.61% from 396); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB82A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB82A is #5547D5. Grayscale: #A4A4A4. Windows color (decimal): -5588950 or 2799786. OLE color: 2799786.
HSL color Cylindrical-coordinate representation of color #AAB82A: hue angle of 65.92º 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 #AAB82A is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 170 | 184 | 42 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.28 |
| HSL | 65.92º | 0.63% | 0.44% | - |
| HSV(B) | 65.92º | 0.77% | 0.72% | - |
| XYZ | 34.14 | 42.99 | 8.69 | - |
| YUV | 163.63 | 59.36 | 132.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 184 | 42 | 0.08 | 0 | 0.77 | 0.28 | 65.92 | 0.63 | 0.44 |
| Hex | AA | B8 | 2A | 8 | 0 | 4D | 1C | 42 | 3F | 2C |
| Octal | 252 | 270 | 52 | 10 | 0 | 115 | 34 | 102 | 77 | 54 |
| Binary | 10101010 | 10111000 | 101010 | 1000 | 0 | 1001101 | 11100 | 1000010 | 111111 | 101100 |
Color Harmonies of #AAB82A
Complementary color
Monochromatic Colors of #AAB82A
Black with #AAB82A
Text Example
Text Example
White with #AAB82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB82A; }
p { color: rgb(170,184,42); }
H1.HeaderClassName
{
color: #AAB82A;
}
.AnyTagClassName
{
color: #AAB82A;
}
</style>
background-color css
<style>
a { background-color: #AAB82A; }
a { background-color: rgb(170,184,42); }
div.DivClassName
{
background-color: #AAB82A;
}
.BgClassName
{
background-color: #AAB82A;
}
</style>
border-color css
<style>
span { border-color: #AAB82A; }
span { border-color: rgb(170,184,42); }
td.TdClassName
{
border-color: #AAB82A;
}
.TagClassName
{
border-color: #AAB82A;
}
</style>