Shades of Bahia #AAB314
Tints of Bahia #AAB314
RGB
CMYK
RGB Variations
Color information
#AAB314 (or 0xAAB314) is known color: Bahia. HEX triplet: AA, B3 and 14. RGB value is (170,179,20). Sum of RGB (Red+Green+Blue) = 170+179+20=369 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.07% from 369); Green value is 179 (70.31% from 255 or 48.51% from 369); Blue value is 20 (8.20% from 255 or 5.42% from 369); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB314 is #554CEB. Grayscale: #9E9E9E. Windows color (decimal): -5590252 or 1356714. OLE color: 1356714.
HSL color Cylindrical-coordinate representation of color #AAB314: hue angle of 63.4º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #AAB314 is Cyan = 0.05, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 20 | - |
| CMYK | 0.05 | 0 | 0.89 | 0.30 |
| HSL | 63.4º | 0.8% | 0.39% | - |
| HSV(B) | 63.4º | 0.89% | 0.7% | - |
| XYZ | 32.82 | 40.84 | 6.81 | - |
| YUV | 158.18 | 50.02 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 20 | 0.05 | 0 | 0.89 | 0.30 | 63.4 | 0.8 | 0.39 |
| Hex | AA | B3 | 14 | 5 | 0 | 59 | 1E | 3F | 50 | 27 |
| Octal | 252 | 263 | 24 | 5 | 0 | 131 | 36 | 77 | 120 | 47 |
| Binary | 10101010 | 10110011 | 10100 | 101 | 0 | 1011001 | 11110 | 111111 | 1010000 | 100111 |
Color Harmonies of #AAB314
Complementary color
Monochromatic Colors of #AAB314
Black with #AAB314
Text Example
Text Example
White with #AAB314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB314; }
p { color: rgb(170,179,20); }
H1.HeaderClassName
{
color: #AAB314;
}
.AnyTagClassName
{
color: #AAB314;
}
</style>
background-color css
<style>
a { background-color: #AAB314; }
a { background-color: rgb(170,179,20); }
div.DivClassName
{
background-color: #AAB314;
}
.BgClassName
{
background-color: #AAB314;
}
</style>
border-color css
<style>
span { border-color: #AAB314; }
span { border-color: rgb(170,179,20); }
td.TdClassName
{
border-color: #AAB314;
}
.TagClassName
{
border-color: #AAB314;
}
</style>