Shades of Bahia #A0AC27
Tints of Bahia #A0AC27
RGB
CMYK
RGB Variations
Color information
#A0AC27 (or 0xA0AC27) is known color: Bahia. HEX triplet: A0, AC and 27. RGB value is (160,172,39). Sum of RGB (Red+Green+Blue) = 160+172+39=371 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.13% from 371); Green value is 172 (67.58% from 255 or 46.36% from 371); Blue value is 39 (15.62% from 255 or 10.51% from 371); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC27 is #5F53D8. Grayscale: #999999. Windows color (decimal): -6247385 or 2600096. OLE color: 2600096.
HSL color Cylindrical-coordinate representation of color #A0AC27: hue angle of 65.41º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0AC27 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 39 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.33 |
| HSL | 65.41º | 0.63% | 0.41% | - |
| HSV(B) | 65.41º | 0.77% | 0.67% | - |
| XYZ | 29.62 | 37.13 | 7.52 | - |
| YUV | 153.25 | 63.52 | 132.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 39 | 0.07 | 0 | 0.77 | 0.33 | 65.41 | 0.63 | 0.41 |
| Hex | A0 | AC | 27 | 7 | 0 | 4D | 21 | 41 | 3F | 29 |
| Octal | 240 | 254 | 47 | 7 | 0 | 115 | 41 | 101 | 77 | 51 |
| Binary | 10100000 | 10101100 | 100111 | 111 | 0 | 1001101 | 100001 | 1000001 | 111111 | 101001 |
Color Harmonies of #A0AC27
Complementary color
Monochromatic Colors of #A0AC27
Black with #A0AC27
Text Example
Text Example
White with #A0AC27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC27; }
p { color: rgb(160,172,39); }
H1.HeaderClassName
{
color: #A0AC27;
}
.AnyTagClassName
{
color: #A0AC27;
}
</style>
background-color css
<style>
a { background-color: #A0AC27; }
a { background-color: rgb(160,172,39); }
div.DivClassName
{
background-color: #A0AC27;
}
.BgClassName
{
background-color: #A0AC27;
}
</style>
border-color css
<style>
span { border-color: #A0AC27; }
span { border-color: rgb(160,172,39); }
td.TdClassName
{
border-color: #A0AC27;
}
.TagClassName
{
border-color: #A0AC27;
}
</style>