Shades of Bud #A8AA8E
Tints of Bud #A8AA8E
RGB
CMYK
RGB Variations
Color information
#A8AA8E (or 0xA8AA8E) is known color: Bud. HEX triplet: A8, AA and 8E. RGB value is (168,170,142). Sum of RGB (Red+Green+Blue) = 168+170+142=480 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35% from 480); Green value is 170 (66.80% from 255 or 35.42% from 480); Blue value is 142 (55.86% from 255 or 29.58% from 480); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA8E is #575571. Grayscale: #A6A6A6. Windows color (decimal): -5723506 or 9349800. OLE color: 9349800.
HSL color Cylindrical-coordinate representation of color #A8AA8E: hue angle of 64.29º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8AA8E is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 142 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.33 |
| HSL | 64.29º | 0.14% | 0.61% | - |
| HSV(B) | 64.29º | 0.16% | 0.67% | - |
| XYZ | 35.41 | 39.03 | 31.26 | - |
| YUV | 166.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 142 | 0.01 | 0 | 0.16 | 0.33 | 64.29 | 0.14 | 0.61 |
| Hex | A8 | AA | 8E | 1 | 0 | 10 | 21 | 40 | E | 3D |
| Octal | 250 | 252 | 216 | 1 | 0 | 20 | 41 | 100 | 16 | 75 |
| Binary | 10101000 | 10101010 | 10001110 | 1 | 0 | 10000 | 100001 | 1000000 | 1110 | 111101 |
Color Harmonies of #A8AA8E
Complementary color
Monochromatic Colors of #A8AA8E
Black with #A8AA8E
Text Example
Text Example
White with #A8AA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA8E; }
p { color: rgb(168,170,142); }
H1.HeaderClassName
{
color: #A8AA8E;
}
.AnyTagClassName
{
color: #A8AA8E;
}
</style>
background-color css
<style>
a { background-color: #A8AA8E; }
a { background-color: rgb(168,170,142); }
div.DivClassName
{
background-color: #A8AA8E;
}
.BgClassName
{
background-color: #A8AA8E;
}
</style>
border-color css
<style>
span { border-color: #A8AA8E; }
span { border-color: rgb(168,170,142); }
td.TdClassName
{
border-color: #A8AA8E;
}
.TagClassName
{
border-color: #A8AA8E;
}
</style>