Shades of Bud #A7A98A
Tints of Bud #A7A98A
RGB
CMYK
RGB Variations
Color information
#A7A98A (or 0xA7A98A) is known color: Bud. HEX triplet: A7, A9 and 8A. RGB value is (167,169,138). Sum of RGB (Red+Green+Blue) = 167+169+138=474 (62% of max value = 765). Red value is 167 (65.62% from 255 or 35.23% from 474); Green value is 169 (66.41% from 255 or 35.65% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 169 - color contains mainly: green. Hex color #A7A98A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A7A98A is #585675. Grayscale: #A4A4A4. Windows color (decimal): -5789302 or 9087399. OLE color: 9087399.
HSL color Cylindrical-coordinate representation of color #A7A98A: hue angle of 63.87º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A7A98A is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 167 | 169 | 138 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.34 |
| HSL | 63.87º | 0.15% | 0.6% | - |
| HSV(B) | 63.87º | 0.18% | 0.66% | - |
| XYZ | 34.71 | 38.43 | 29.63 | - |
| YUV | 164.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 169 | 138 | 0.01 | 0 | 0.18 | 0.34 | 63.87 | 0.15 | 0.6 |
| Hex | A7 | A9 | 8A | 1 | 0 | 12 | 22 | 40 | F | 3C |
| Octal | 247 | 251 | 212 | 1 | 0 | 22 | 42 | 100 | 17 | 74 |
| Binary | 10100111 | 10101001 | 10001010 | 1 | 0 | 10010 | 100010 | 1000000 | 1111 | 111100 |
Color Harmonies of #A7A98A
Complementary color
Monochromatic Colors of #A7A98A
Black with #A7A98A
Text Example
Text Example
White with #A7A98A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7A98A; }
p { color: rgb(167,169,138); }
H1.HeaderClassName
{
color: #A7A98A;
}
.AnyTagClassName
{
color: #A7A98A;
}
</style>
background-color css
<style>
a { background-color: #A7A98A; }
a { background-color: rgb(167,169,138); }
div.DivClassName
{
background-color: #A7A98A;
}
.BgClassName
{
background-color: #A7A98A;
}
</style>
border-color css
<style>
span { border-color: #A7A98A; }
span { border-color: rgb(167,169,138); }
td.TdClassName
{
border-color: #A7A98A;
}
.TagClassName
{
border-color: #A7A98A;
}
</style>