Shades of Bahia #AAC319
Tints of Bahia #AAC319
RGB
CMYK
RGB Variations
Color information
#AAC319 (or 0xAAC319) is known color: Bahia. HEX triplet: AA, C3 and 19. RGB value is (170,195,25). Sum of RGB (Red+Green+Blue) = 170+195+25=390 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.59% from 390); Green value is 195 (76.56% from 255 or 50% from 390); Blue value is 25 (10.16% from 255 or 6.41% from 390); Max value from RGB is 195 - color contains mainly: green. Hex color #AAC319 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC319 is #553CE6. Grayscale: #A8A8A8. Windows color (decimal): -5586151 or 1688490. OLE color: 1688490.
HSL color Cylindrical-coordinate representation of color #AAC319: hue angle of 68.82º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #AAC319 is Cyan = 0.13, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 170 | 195 | 25 | - |
| CMYK | 0.13 | 0 | 0.87 | 0.24 |
| HSL | 68.82º | 0.77% | 0.43% | - |
| HSV(B) | 68.82º | 0.87% | 0.76% | - |
| XYZ | 36.27 | 47.65 | 8.2 | - |
| YUV | 168.15 | 47.22 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 195 | 25 | 0.13 | 0 | 0.87 | 0.24 | 68.82 | 0.77 | 0.43 |
| Hex | AA | C3 | 19 | D | 0 | 57 | 18 | 45 | 4D | 2B |
| Octal | 252 | 303 | 31 | 15 | 0 | 127 | 30 | 105 | 115 | 53 |
| Binary | 10101010 | 11000011 | 11001 | 1101 | 0 | 1010111 | 11000 | 1000101 | 1001101 | 101011 |
Color Harmonies of #AAC319
Complementary color
Monochromatic Colors of #AAC319
Black with #AAC319
Text Example
Text Example
White with #AAC319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC319; }
p { color: rgb(170,195,25); }
H1.HeaderClassName
{
color: #AAC319;
}
.AnyTagClassName
{
color: #AAC319;
}
</style>
background-color css
<style>
a { background-color: #AAC319; }
a { background-color: rgb(170,195,25); }
div.DivClassName
{
background-color: #AAC319;
}
.BgClassName
{
background-color: #AAC319;
}
</style>
border-color css
<style>
span { border-color: #AAC319; }
span { border-color: rgb(170,195,25); }
td.TdClassName
{
border-color: #AAC319;
}
.TagClassName
{
border-color: #AAC319;
}
</style>