Shades of Bahia #AAC725
Tints of Bahia #AAC725
RGB
CMYK
RGB Variations
Color information
#AAC725 (or 0xAAC725) is known color: Bahia. HEX triplet: AA, C7 and 25. RGB value is (170,199,37). Sum of RGB (Red+Green+Blue) = 170+199+37=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 199 (78.12% from 255 or 49.01% from 406); Blue value is 37 (14.84% from 255 or 9.11% from 406); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC725 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC725 is #5538DA. Grayscale: #ACACAC. Windows color (decimal): -5585115 or 2475946. OLE color: 2475946.
HSL color Cylindrical-coordinate representation of color #AAC725: hue angle of 70.74º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AAC725 is Cyan = 0.15, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 37 | - |
| CMYK | 0.15 | 0 | 0.81 | 0.22 |
| HSL | 70.74º | 0.69% | 0.46% | - |
| HSV(B) | 70.74º | 0.81% | 0.78% | - |
| XYZ | 37.33 | 49.53 | 9.34 | - |
| YUV | 171.86 | 51.89 | 126.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 37 | 0.15 | 0 | 0.81 | 0.22 | 70.74 | 0.69 | 0.46 |
| Hex | AA | C7 | 25 | F | 0 | 51 | 16 | 47 | 45 | 2E |
| Octal | 252 | 307 | 45 | 17 | 0 | 121 | 26 | 107 | 105 | 56 |
| Binary | 10101010 | 11000111 | 100101 | 1111 | 0 | 1010001 | 10110 | 1000111 | 1000101 | 101110 |
Color Harmonies of #AAC725
Complementary color
Monochromatic Colors of #AAC725
Black with #AAC725
Text Example
Text Example
White with #AAC725
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC725; }
p { color: rgb(170,199,37); }
H1.HeaderClassName
{
color: #AAC725;
}
.AnyTagClassName
{
color: #AAC725;
}
</style>
background-color css
<style>
a { background-color: #AAC725; }
a { background-color: rgb(170,199,37); }
div.DivClassName
{
background-color: #AAC725;
}
.BgClassName
{
background-color: #AAC725;
}
</style>
border-color css
<style>
span { border-color: #AAC725; }
span { border-color: rgb(170,199,37); }
td.TdClassName
{
border-color: #AAC725;
}
.TagClassName
{
border-color: #AAC725;
}
</style>