Shades of Bud #A7A890
Tints of Bud #A7A890
RGB
CMYK
RGB Variations
Color information
#A7A890 (or 0xA7A890) is known color: Bud. HEX triplet: A7, A8 and 90. RGB value is (167,168,144). Sum of RGB (Red+Green+Blue) = 167+168+144=479 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.86% from 479); Green value is 168 (66.02% from 255 or 35.07% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 168 - color contains mainly: green. Hex color #A7A890 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A890 is #58576F. Grayscale: #A5A5A5. Windows color (decimal): -5789552 or 9480359. OLE color: 9480359.
HSL color Cylindrical-coordinate representation of color #A7A890: hue angle of 62.5º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7A890 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 168 | 144 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.34 |
| HSL | 62.5º | 0.12% | 0.61% | - |
| HSV(B) | 62.5º | 0.14% | 0.66% | - |
| XYZ | 34.97 | 38.23 | 31.92 | - |
| YUV | 164.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 168 | 144 | 0.01 | 0 | 0.14 | 0.34 | 62.5 | 0.12 | 0.61 |
| Hex | A7 | A8 | 90 | 1 | 0 | E | 22 | 3F | C | 3D |
| Octal | 247 | 250 | 220 | 1 | 0 | 16 | 42 | 77 | 14 | 75 |
| Binary | 10100111 | 10101000 | 10010000 | 1 | 0 | 1110 | 100010 | 111111 | 1100 | 111101 |
Color Harmonies of #A7A890
Complementary color
Monochromatic Colors of #A7A890
Black with #A7A890
Text Example
Text Example
White with #A7A890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A890; }
p { color: rgb(167,168,144); }
H1.HeaderClassName
{
color: #A7A890;
}
.AnyTagClassName
{
color: #A7A890;
}
</style>
background-color css
<style>
a { background-color: #A7A890; }
a { background-color: rgb(167,168,144); }
div.DivClassName
{
background-color: #A7A890;
}
.BgClassName
{
background-color: #A7A890;
}
</style>
border-color css
<style>
span { border-color: #A7A890; }
span { border-color: rgb(167,168,144); }
td.TdClassName
{
border-color: #A7A890;
}
.TagClassName
{
border-color: #A7A890;
}
</style>