Shades of Bahia #A0AC28
Tints of Bahia #A0AC28
RGB
CMYK
RGB Variations
Color information
#A0AC28 (or 0xA0AC28) is known color: Bahia. HEX triplet: A0, AC and 28. RGB value is (160,172,40). Sum of RGB (Red+Green+Blue) = 160+172+40=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 172 (67.58% from 255 or 46.24% from 372); Blue value is 40 (16.02% from 255 or 10.75% from 372); Max value from RGB is 172 - color contains mainly: green. Hex color #A0AC28 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AC28 is #5F53D7. Grayscale: #999999. Windows color (decimal): -6247384 or 2665632. OLE color: 2665632.
HSL color Cylindrical-coordinate representation of color #A0AC28: hue angle of 65.45º degrees, saturation: 0.62, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0AC28 is Cyan = 0.07, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 160 | 172 | 40 | - |
| CMYK | 0.07 | 0 | 0.77 | 0.33 |
| HSL | 65.45º | 0.62% | 0.42% | - |
| HSV(B) | 65.45º | 0.77% | 0.67% | - |
| XYZ | 29.63 | 37.13 | 7.61 | - |
| YUV | 153.36 | 64.02 | 132.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 172 | 40 | 0.07 | 0 | 0.77 | 0.33 | 65.45 | 0.62 | 0.42 |
| Hex | A0 | AC | 28 | 7 | 0 | 4D | 21 | 41 | 3E | 2A |
| Octal | 240 | 254 | 50 | 7 | 0 | 115 | 41 | 101 | 76 | 52 |
| Binary | 10100000 | 10101100 | 101000 | 111 | 0 | 1001101 | 100001 | 1000001 | 111110 | 101010 |
Color Harmonies of #A0AC28
Complementary color
Monochromatic Colors of #A0AC28
Black with #A0AC28
Text Example
Text Example
White with #A0AC28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AC28; }
p { color: rgb(160,172,40); }
H1.HeaderClassName
{
color: #A0AC28;
}
.AnyTagClassName
{
color: #A0AC28;
}
</style>
background-color css
<style>
a { background-color: #A0AC28; }
a { background-color: rgb(160,172,40); }
div.DivClassName
{
background-color: #A0AC28;
}
.BgClassName
{
background-color: #A0AC28;
}
</style>
border-color css
<style>
span { border-color: #A0AC28; }
span { border-color: rgb(160,172,40); }
td.TdClassName
{
border-color: #A0AC28;
}
.TagClassName
{
border-color: #A0AC28;
}
</style>