Shades of Bahia #A7AD20
Tints of Bahia #A7AD20
RGB
CMYK
RGB Variations
Color information
#A7AD20 (or 0xA7AD20) is known color: Bahia. HEX triplet: A7, AD and 20. RGB value is (167,173,32). Sum of RGB (Red+Green+Blue) = 167+173+32=372 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.89% from 372); Green value is 173 (67.97% from 255 or 46.51% from 372); Blue value is 32 (12.89% from 255 or 8.60% from 372); Max value from RGB is 173 - color contains mainly: green. Hex color #A7AD20 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A7AD20 is #5852DF. Grayscale: #9B9B9B. Windows color (decimal): -5788384 or 2141607. OLE color: 2141607.
HSL color Cylindrical-coordinate representation of color #A7AD20: hue angle of 62.55º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A7AD20 is Cyan = 0.03, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 167 | 173 | 32 | - |
| CMYK | 0.03 | 0 | 0.82 | 0.32 |
| HSL | 62.55º | 0.69% | 0.4% | - |
| HSV(B) | 62.55º | 0.82% | 0.68% | - |
| XYZ | 31.14 | 38.21 | 7.1 | - |
| YUV | 155.13 | 58.51 | 136.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 173 | 32 | 0.03 | 0 | 0.82 | 0.32 | 62.55 | 0.69 | 0.4 |
| Hex | A7 | AD | 20 | 3 | 0 | 52 | 20 | 3F | 45 | 28 |
| Octal | 247 | 255 | 40 | 3 | 0 | 122 | 40 | 77 | 105 | 50 |
| Binary | 10100111 | 10101101 | 100000 | 11 | 0 | 1010010 | 100000 | 111111 | 1000101 | 101000 |
Color Harmonies of #A7AD20
Complementary color
Monochromatic Colors of #A7AD20
Black with #A7AD20
Text Example
Text Example
White with #A7AD20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7AD20; }
p { color: rgb(167,173,32); }
H1.HeaderClassName
{
color: #A7AD20;
}
.AnyTagClassName
{
color: #A7AD20;
}
</style>
background-color css
<style>
a { background-color: #A7AD20; }
a { background-color: rgb(167,173,32); }
div.DivClassName
{
background-color: #A7AD20;
}
.BgClassName
{
background-color: #A7AD20;
}
</style>
border-color css
<style>
span { border-color: #A7AD20; }
span { border-color: rgb(167,173,32); }
td.TdClassName
{
border-color: #A7AD20;
}
.TagClassName
{
border-color: #A7AD20;
}
</style>