Shades of Bud #A8AA8D
Tints of Bud #A8AA8D
RGB
CMYK
RGB Variations
Color information
#A8AA8D (or 0xA8AA8D) is known color: Bud. HEX triplet: A8, AA and 8D. RGB value is (168,170,141). Sum of RGB (Red+Green+Blue) = 168+170+141=479 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.07% from 479); Green value is 170 (66.80% from 255 or 35.49% from 479); Blue value is 141 (55.47% from 255 or 29.44% from 479); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA8D is #575572. Grayscale: #A6A6A6. Windows color (decimal): -5723507 or 9284264. OLE color: 9284264.
HSL color Cylindrical-coordinate representation of color #A8AA8D: hue angle of 64.14º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A8AA8D is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 141 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.33 |
| HSL | 64.14º | 0.15% | 0.61% | - |
| HSV(B) | 64.14º | 0.17% | 0.67% | - |
| XYZ | 35.33 | 39 | 30.86 | - |
| YUV | 166.1 | 113.84 | 129.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 141 | 0.01 | 0 | 0.17 | 0.33 | 64.14 | 0.15 | 0.61 |
| Hex | A8 | AA | 8D | 1 | 0 | 11 | 21 | 40 | F | 3D |
| Octal | 250 | 252 | 215 | 1 | 0 | 21 | 41 | 100 | 17 | 75 |
| Binary | 10101000 | 10101010 | 10001101 | 1 | 0 | 10001 | 100001 | 1000000 | 1111 | 111101 |
Color Harmonies of #A8AA8D
Complementary color
Monochromatic Colors of #A8AA8D
Black with #A8AA8D
Text Example
Text Example
White with #A8AA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA8D; }
p { color: rgb(168,170,141); }
H1.HeaderClassName
{
color: #A8AA8D;
}
.AnyTagClassName
{
color: #A8AA8D;
}
</style>
background-color css
<style>
a { background-color: #A8AA8D; }
a { background-color: rgb(168,170,141); }
div.DivClassName
{
background-color: #A8AA8D;
}
.BgClassName
{
background-color: #A8AA8D;
}
</style>
border-color css
<style>
span { border-color: #A8AA8D; }
span { border-color: rgb(168,170,141); }
td.TdClassName
{
border-color: #A8AA8D;
}
.TagClassName
{
border-color: #A8AA8D;
}
</style>