Shades of Bahia #AAB632
Tints of Bahia #AAB632
RGB
CMYK
RGB Variations
Color information
#AAB632 (or 0xAAB632) is known color: Bahia. HEX triplet: AA, B6 and 32. RGB value is (170,182,50). Sum of RGB (Red+Green+Blue) = 170+182+50=402 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.29% from 402); Green value is 182 (71.48% from 255 or 45.27% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB632 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB632 is #5549CD. Grayscale: #A3A3A3. Windows color (decimal): -5589454 or 3323562. OLE color: 3323562.
HSL color Cylindrical-coordinate representation of color #AAB632: hue angle of 65.45º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AAB632 is Cyan = 0.07, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 182 | 50 | - |
| CMYK | 0.07 | 0 | 0.73 | 0.29 |
| HSL | 65.45º | 0.57% | 0.45% | - |
| HSV(B) | 65.45º | 0.73% | 0.71% | - |
| XYZ | 33.88 | 42.23 | 9.38 | - |
| YUV | 163.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 182 | 50 | 0.07 | 0 | 0.73 | 0.29 | 65.45 | 0.57 | 0.45 |
| Hex | AA | B6 | 32 | 7 | 0 | 49 | 1D | 41 | 39 | 2D |
| Octal | 252 | 266 | 62 | 7 | 0 | 111 | 35 | 101 | 71 | 55 |
| Binary | 10101010 | 10110110 | 110010 | 111 | 0 | 1001001 | 11101 | 1000001 | 111001 | 101101 |
Color Harmonies of #AAB632
Complementary color
Monochromatic Colors of #AAB632
Black with #AAB632
Text Example
Text Example
White with #AAB632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB632; }
p { color: rgb(170,182,50); }
H1.HeaderClassName
{
color: #AAB632;
}
.AnyTagClassName
{
color: #AAB632;
}
</style>
background-color css
<style>
a { background-color: #AAB632; }
a { background-color: rgb(170,182,50); }
div.DivClassName
{
background-color: #AAB632;
}
.BgClassName
{
background-color: #AAB632;
}
</style>
border-color css
<style>
span { border-color: #AAB632; }
span { border-color: rgb(170,182,50); }
td.TdClassName
{
border-color: #AAB632;
}
.TagClassName
{
border-color: #AAB632;
}
</style>