Shades of Bahia #A0AD25
Tints of Bahia #A0AD25
RGB
CMYK
RGB Variations
Color information
#A0AD25 (or 0xA0AD25) is known color: Bahia. HEX triplet: A0, AD and 25. RGB value is (160,173,37). Sum of RGB (Red+Green+Blue) = 160+173+37=370 (49% of max value = 765). Red value is 160 (62.89% from 255 or 43.24% from 370); Green value is 173 (67.97% from 255 or 46.76% from 370); Blue value is 37 (14.84% from 255 or 10% from 370); Max value from RGB is 173 - color contains mainly: green. Hex color #A0AD25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A0AD25 is #5F52DA. Grayscale: #9A9A9A. Windows color (decimal): -6247131 or 2469280. OLE color: 2469280.
HSL color Cylindrical-coordinate representation of color #A0AD25: hue angle of 65.74º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A0AD25 is Cyan = 0.08, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 160 | 173 | 37 | - |
| CMYK | 0.08 | 0 | 0.79 | 0.32 |
| HSL | 65.74º | 0.65% | 0.41% | - |
| HSV(B) | 65.74º | 0.79% | 0.68% | - |
| XYZ | 29.77 | 37.49 | 7.42 | - |
| YUV | 153.61 | 62.19 | 132.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 173 | 37 | 0.08 | 0 | 0.79 | 0.32 | 65.74 | 0.65 | 0.41 |
| Hex | A0 | AD | 25 | 8 | 0 | 4F | 20 | 42 | 41 | 29 |
| Octal | 240 | 255 | 45 | 10 | 0 | 117 | 40 | 102 | 101 | 51 |
| Binary | 10100000 | 10101101 | 100101 | 1000 | 0 | 1001111 | 100000 | 1000010 | 1000001 | 101001 |
Color Harmonies of #A0AD25
Complementary color
Monochromatic Colors of #A0AD25
Black with #A0AD25
Text Example
Text Example
White with #A0AD25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0AD25; }
p { color: rgb(160,173,37); }
H1.HeaderClassName
{
color: #A0AD25;
}
.AnyTagClassName
{
color: #A0AD25;
}
</style>
background-color css
<style>
a { background-color: #A0AD25; }
a { background-color: rgb(160,173,37); }
div.DivClassName
{
background-color: #A0AD25;
}
.BgClassName
{
background-color: #A0AD25;
}
</style>
border-color css
<style>
span { border-color: #A0AD25; }
span { border-color: rgb(160,173,37); }
td.TdClassName
{
border-color: #A0AD25;
}
.TagClassName
{
border-color: #A0AD25;
}
</style>