Shades of Bahia #AAB028
Tints of Bahia #AAB028
RGB
CMYK
RGB Variations
Color information
#AAB028 (or 0xAAB028) is known color: Bahia. HEX triplet: AA, B0 and 28. RGB value is (170,176,40). Sum of RGB (Red+Green+Blue) = 170+176+40=386 (51% of max value = 765). Red value is 170 (66.80% from 255 or 44.04% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB028 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB028 is #554FD7. Grayscale: #9F9F9F. Windows color (decimal): -5591000 or 2666666. OLE color: 2666666.
HSL color Cylindrical-coordinate representation of color #AAB028: hue angle of 62.65º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AAB028 is Cyan = 0.03, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 40 | - |
| CMYK | 0.03 | 0 | 0.77 | 0.31 |
| HSL | 62.65º | 0.63% | 0.42% | - |
| HSV(B) | 62.65º | 0.77% | 0.69% | - |
| XYZ | 32.49 | 39.75 | 7.97 | - |
| YUV | 158.7 | 61.01 | 136.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 40 | 0.03 | 0 | 0.77 | 0.31 | 62.65 | 0.63 | 0.42 |
| Hex | AA | B0 | 28 | 3 | 0 | 4D | 1F | 3F | 3F | 2A |
| Octal | 252 | 260 | 50 | 3 | 0 | 115 | 37 | 77 | 77 | 52 |
| Binary | 10101010 | 10110000 | 101000 | 11 | 0 | 1001101 | 11111 | 111111 | 111111 | 101010 |
Color Harmonies of #AAB028
Complementary color
Monochromatic Colors of #AAB028
Black with #AAB028
Text Example
Text Example
White with #AAB028
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB028; }
p { color: rgb(170,176,40); }
H1.HeaderClassName
{
color: #AAB028;
}
.AnyTagClassName
{
color: #AAB028;
}
</style>
background-color css
<style>
a { background-color: #AAB028; }
a { background-color: rgb(170,176,40); }
div.DivClassName
{
background-color: #AAB028;
}
.BgClassName
{
background-color: #AAB028;
}
</style>
border-color css
<style>
span { border-color: #AAB028; }
span { border-color: rgb(170,176,40); }
td.TdClassName
{
border-color: #AAB028;
}
.TagClassName
{
border-color: #AAB028;
}
</style>