Shades of Bahia #AAB61D
Tints of Bahia #AAB61D
RGB
CMYK
RGB Variations
Color information
#AAB61D (or 0xAAB61D) is known color: Bahia. HEX triplet: AA, B6 and 1D. RGB value is (170,182,29). Sum of RGB (Red+Green+Blue) = 170+182+29=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 182 (71.48% from 255 or 47.77% from 381); Blue value is 29 (11.72% from 255 or 7.61% from 381); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB61D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB61D is #5549E2. Grayscale: #A1A1A1. Windows color (decimal): -5589475 or 1947306. OLE color: 1947306.
HSL color Cylindrical-coordinate representation of color #AAB61D: hue angle of 64.71º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB61D is Cyan = 0.07, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 29 | - |
| CMYK | 0.07 | 0 | 0.84 | 0.29 |
| HSL | 64.71º | 0.73% | 0.41% | - |
| HSV(B) | 64.71º | 0.84% | 0.71% | - |
| XYZ | 33.53 | 42.09 | 7.52 | - |
| YUV | 160.97 | 53.52 | 134.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 29 | 0.07 | 0 | 0.84 | 0.29 | 64.71 | 0.73 | 0.41 |
| Hex | AA | B6 | 1D | 7 | 0 | 54 | 1D | 41 | 49 | 29 |
| Octal | 252 | 266 | 35 | 7 | 0 | 124 | 35 | 101 | 111 | 51 |
| Binary | 10101010 | 10110110 | 11101 | 111 | 0 | 1010100 | 11101 | 1000001 | 1001001 | 101001 |
Color Harmonies of #AAB61D
Complementary color
Monochromatic Colors of #AAB61D
Black with #AAB61D
Text Example
Text Example
White with #AAB61D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB61D; }
p { color: rgb(170,182,29); }
H1.HeaderClassName
{
color: #AAB61D;
}
.AnyTagClassName
{
color: #AAB61D;
}
</style>
background-color css
<style>
a { background-color: #AAB61D; }
a { background-color: rgb(170,182,29); }
div.DivClassName
{
background-color: #AAB61D;
}
.BgClassName
{
background-color: #AAB61D;
}
</style>
border-color css
<style>
span { border-color: #AAB61D; }
span { border-color: rgb(170,182,29); }
td.TdClassName
{
border-color: #AAB61D;
}
.TagClassName
{
border-color: #AAB61D;
}
</style>