Shades of Bud #A7A992
Tints of Bud #A7A992
RGB
CMYK
RGB Variations
Color information
#A7A992 (or 0xA7A992) is known color: Bud. HEX triplet: A7, A9 and 92. RGB value is (167,169,146). Sum of RGB (Red+Green+Blue) = 167+169+146=482 (63% of max value = 765). Red value is 167 (65.62% from 255 or 34.65% from 482); Green value is 169 (66.41% from 255 or 35.06% from 482); Blue value is 146 (57.42% from 255 or 30.29% from 482); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A992 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A992 is #58566D. Grayscale: #A5A5A5. Windows color (decimal): -5789294 or 9611687. OLE color: 9611687.
HSL color Cylindrical-coordinate representation of color #A7A992: hue angle of 65.22º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A7A992 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 146 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.34 |
| HSL | 65.22º | 0.12% | 0.62% | - |
| HSV(B) | 65.22º | 0.14% | 0.66% | - |
| XYZ | 35.31 | 38.67 | 32.8 | - |
| YUV | 165.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 146 | 0.01 | 0 | 0.14 | 0.34 | 65.22 | 0.12 | 0.62 |
| Hex | A7 | A9 | 92 | 1 | 0 | E | 22 | 41 | C | 3E |
| Octal | 247 | 251 | 222 | 1 | 0 | 16 | 42 | 101 | 14 | 76 |
| Binary | 10100111 | 10101001 | 10010010 | 1 | 0 | 1110 | 100010 | 1000001 | 1100 | 111110 |
Color Harmonies of #A7A992
Complementary color
Monochromatic Colors of #A7A992
Black with #A7A992
Text Example
Text Example
White with #A7A992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A992; }
p { color: rgb(167,169,146); }
H1.HeaderClassName
{
color: #A7A992;
}
.AnyTagClassName
{
color: #A7A992;
}
</style>
background-color css
<style>
a { background-color: #A7A992; }
a { background-color: rgb(167,169,146); }
div.DivClassName
{
background-color: #A7A992;
}
.BgClassName
{
background-color: #A7A992;
}
</style>
border-color css
<style>
span { border-color: #A7A992; }
span { border-color: rgb(167,169,146); }
td.TdClassName
{
border-color: #A7A992;
}
.TagClassName
{
border-color: #A7A992;
}
</style>