Shades of Bahia #A0AD27
Tints of Bahia #A0AD27
RGB
CMYK
RGB Variations
Color information
#A0AD27 (or 0xA0AD27) is known color: Bahia. HEX triplet: A0, AD and 27. RGB value is (160,173,39). Sum of RGB (Red+Green+Blue) = 160+173+39=372 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.01% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 39 (15.62% from 255 or 10.48% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD27 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD27 is #5F52D8. Grayscale: #9A9A9A. Windows color (decimal): -6247129 or 2600352. OLE color: 2600352.
HSL color Cylindrical-coordinate representation of color #A0AD27: hue angle of 65.82º degrees, saturation: 0.63, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #A0AD27 is Cyan = 0.08, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 39 | - |
| CMYK | 0.08 | 0 | 0.77 | 0.32 |
| HSL | 65.82º | 0.63% | 0.42% | - |
| HSV(B) | 65.82º | 0.77% | 0.68% | - |
| XYZ | 29.81 | 37.51 | 7.59 | - |
| YUV | 153.84 | 63.19 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 39 | 0.08 | 0 | 0.77 | 0.32 | 65.82 | 0.63 | 0.42 |
| Hex | A0 | AD | 27 | 8 | 0 | 4D | 20 | 42 | 3F | 2A |
| Octal | 240 | 255 | 47 | 10 | 0 | 115 | 40 | 102 | 77 | 52 |
| Binary | 10100000 | 10101101 | 100111 | 1000 | 0 | 1001101 | 100000 | 1000010 | 111111 | 101010 |
Color Harmonies of #A0AD27
Complementary color
Monochromatic Colors of #A0AD27
Black with #A0AD27
Text Example
Text Example
White with #A0AD27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD27; }
p { color: rgb(160,173,39); }
H1.HeaderClassName
{
color: #A0AD27;
}
.AnyTagClassName
{
color: #A0AD27;
}
</style>
background-color css
<style>
a { background-color: #A0AD27; }
a { background-color: rgb(160,173,39); }
div.DivClassName
{
background-color: #A0AD27;
}
.BgClassName
{
background-color: #A0AD27;
}
</style>
border-color css
<style>
span { border-color: #A0AD27; }
span { border-color: rgb(160,173,39); }
td.TdClassName
{
border-color: #A0AD27;
}
.TagClassName
{
border-color: #A0AD27;
}
</style>