Shades of Bahia #AAC727
Tints of Bahia #AAC727
RGB
CMYK
RGB Variations
Color information
#AAC727 (or 0xAAC727) is known color: Bahia. HEX triplet: AA, C7 and 27. RGB value is (170,199,39). Sum of RGB (Red+Green+Blue) = 170+199+39=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 199 (78.12% from 255 or 48.77% from 408); Blue value is 39 (15.62% from 255 or 9.56% from 408); Max value from RGB is 199 - color contains mainly: green. Hex color #AAC727 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAC727 is #5538D8. Grayscale: #ACACAC. Windows color (decimal): -5585113 or 2607018. OLE color: 2607018.
HSL color Cylindrical-coordinate representation of color #AAC727: hue angle of 70.88º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AAC727 is Cyan = 0.15, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 170 | 199 | 39 | - |
| CMYK | 0.15 | 0 | 0.80 | 0.22 |
| HSL | 70.88º | 0.67% | 0.47% | - |
| HSV(B) | 70.88º | 0.8% | 0.78% | - |
| XYZ | 37.37 | 49.54 | 9.51 | - |
| YUV | 172.09 | 52.89 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 199 | 39 | 0.15 | 0 | 0.80 | 0.22 | 70.88 | 0.67 | 0.47 |
| Hex | AA | C7 | 27 | F | 0 | 50 | 16 | 47 | 43 | 2F |
| Octal | 252 | 307 | 47 | 17 | 0 | 120 | 26 | 107 | 103 | 57 |
| Binary | 10101010 | 11000111 | 100111 | 1111 | 0 | 1010000 | 10110 | 1000111 | 1000011 | 101111 |
Color Harmonies of #AAC727
Complementary color
Monochromatic Colors of #AAC727
Black with #AAC727
Text Example
Text Example
White with #AAC727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAC727; }
p { color: rgb(170,199,39); }
H1.HeaderClassName
{
color: #AAC727;
}
.AnyTagClassName
{
color: #AAC727;
}
</style>
background-color css
<style>
a { background-color: #AAC727; }
a { background-color: rgb(170,199,39); }
div.DivClassName
{
background-color: #AAC727;
}
.BgClassName
{
background-color: #AAC727;
}
</style>
border-color css
<style>
span { border-color: #AAC727; }
span { border-color: rgb(170,199,39); }
td.TdClassName
{
border-color: #AAC727;
}
.TagClassName
{
border-color: #AAC727;
}
</style>