Shades of Bahia #AAB433
Tints of Bahia #AAB433
RGB
CMYK
RGB Variations
Color information
#AAB433 (or 0xAAB433) is known color: Bahia. HEX triplet: AA, B4 and 33. RGB value is (170,180,51). Sum of RGB (Red+Green+Blue) = 170+180+51=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 180 (70.70% from 255 or 44.89% from 401); Blue value is 51 (20.31% from 255 or 12.72% from 401); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB433 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB433 is #554BCC. Grayscale: #A2A2A2. Windows color (decimal): -5589965 or 3388586. OLE color: 3388586.
HSL color Cylindrical-coordinate representation of color #AAB433: hue angle of 64.65º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AAB433 is Cyan = 0.06, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 170 | 180 | 51 | - |
| CMYK | 0.06 | 0 | 0.72 | 0.29 |
| HSL | 64.65º | 0.56% | 0.45% | - |
| HSV(B) | 64.65º | 0.72% | 0.71% | - |
| XYZ | 33.5 | 41.43 | 9.36 | - |
| YUV | 162.3 | 65.19 | 133.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 180 | 51 | 0.06 | 0 | 0.72 | 0.29 | 64.65 | 0.56 | 0.45 |
| Hex | AA | B4 | 33 | 6 | 0 | 48 | 1D | 41 | 38 | 2D |
| Octal | 252 | 264 | 63 | 6 | 0 | 110 | 35 | 101 | 70 | 55 |
| Binary | 10101010 | 10110100 | 110011 | 110 | 0 | 1001000 | 11101 | 1000001 | 111000 | 101101 |
Color Harmonies of #AAB433
Complementary color
Monochromatic Colors of #AAB433
Black with #AAB433
Text Example
Text Example
White with #AAB433
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB433; }
p { color: rgb(170,180,51); }
H1.HeaderClassName
{
color: #AAB433;
}
.AnyTagClassName
{
color: #AAB433;
}
</style>
background-color css
<style>
a { background-color: #AAB433; }
a { background-color: rgb(170,180,51); }
div.DivClassName
{
background-color: #AAB433;
}
.BgClassName
{
background-color: #AAB433;
}
</style>
border-color css
<style>
span { border-color: #AAB433; }
span { border-color: rgb(170,180,51); }
td.TdClassName
{
border-color: #AAB433;
}
.TagClassName
{
border-color: #AAB433;
}
</style>