Shades of Bahia #AAC314
Tints of Bahia #AAC314
RGB
CMYK
RGB Variations
Color information
#AAC314 (or 0xAAC314) is known color: Bahia. HEX triplet: AA, C3 and 14. RGB value is (170,195,20). Sum of RGB (Red+Green+Blue) = 170+195+20=385 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.16% from 385); Green value is 195 (76.56% from 255 or 50.65% from 385); Blue value is 20 (8.20% from 255 or 5.19% from 385); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC314 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC314 is #553CEB. Grayscale: #A8A8A8. Windows color (decimal): -5586156 or 1360810. OLE color: 1360810.
HSL color Cylindrical-coordinate representation of color #AAC314: hue angle of 68.57º degrees, saturation: 0.81, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AAC314 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 20 | - |
| CMYK | 0.13 | 0 | 0.90 | 0.24 |
| HSL | 68.57º | 0.81% | 0.42% | - |
| HSV(B) | 68.57º | 0.9% | 0.76% | - |
| XYZ | 36.22 | 47.63 | 7.95 | - |
| YUV | 167.58 | 44.72 | 129.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 20 | 0.13 | 0 | 0.90 | 0.24 | 68.57 | 0.81 | 0.42 |
| Hex | AA | C3 | 14 | D | 0 | 5A | 18 | 45 | 51 | 2A |
| Octal | 252 | 303 | 24 | 15 | 0 | 132 | 30 | 105 | 121 | 52 |
| Binary | 10101010 | 11000011 | 10100 | 1101 | 0 | 1011010 | 11000 | 1000101 | 1010001 | 101010 |
Color Harmonies of #AAC314
Complementary color
Monochromatic Colors of #AAC314
Black with #AAC314
Text Example
Text Example
White with #AAC314
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC314; }
p { color: rgb(170,195,20); }
H1.HeaderClassName
{
color: #AAC314;
}
.AnyTagClassName
{
color: #AAC314;
}
</style>
background-color css
<style>
a { background-color: #AAC314; }
a { background-color: rgb(170,195,20); }
div.DivClassName
{
background-color: #AAC314;
}
.BgClassName
{
background-color: #AAC314;
}
</style>
border-color css
<style>
span { border-color: #AAC314; }
span { border-color: rgb(170,195,20); }
td.TdClassName
{
border-color: #AAC314;
}
.TagClassName
{
border-color: #AAC314;
}
</style>