Shades of Bud #A8AA87
Tints of Bud #A8AA87
RGB
CMYK
RGB Variations
Color information
#A8AA87 (or 0xA8AA87) is known color: Bud. HEX triplet: A8, AA and 87. RGB value is (168,170,135). Sum of RGB (Red+Green+Blue) = 168+170+135=473 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.52% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 135 (53.12% from 255 or 28.54% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA87 is #575578. Grayscale: #A5A5A5. Windows color (decimal): -5723513 or 8891048. OLE color: 8891048.
HSL color Cylindrical-coordinate representation of color #A8AA87: hue angle of 63.43º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A8AA87 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 135 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.33 |
| HSL | 63.43º | 0.17% | 0.6% | - |
| HSV(B) | 63.43º | 0.21% | 0.67% | - |
| XYZ | 34.9 | 38.82 | 28.58 | - |
| YUV | 165.41 | 110.84 | 129.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 135 | 0.01 | 0 | 0.21 | 0.33 | 63.43 | 0.17 | 0.6 |
| Hex | A8 | AA | 87 | 1 | 0 | 15 | 21 | 3F | 11 | 3C |
| Octal | 250 | 252 | 207 | 1 | 0 | 25 | 41 | 77 | 21 | 74 |
| Binary | 10101000 | 10101010 | 10000111 | 1 | 0 | 10101 | 100001 | 111111 | 10001 | 111100 |
Color Harmonies of #A8AA87
Complementary color
Monochromatic Colors of #A8AA87
Black with #A8AA87
Text Example
Text Example
White with #A8AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA87; }
p { color: rgb(168,170,135); }
H1.HeaderClassName
{
color: #A8AA87;
}
.AnyTagClassName
{
color: #A8AA87;
}
</style>
background-color css
<style>
a { background-color: #A8AA87; }
a { background-color: rgb(168,170,135); }
div.DivClassName
{
background-color: #A8AA87;
}
.BgClassName
{
background-color: #A8AA87;
}
</style>
border-color css
<style>
span { border-color: #A8AA87; }
span { border-color: rgb(168,170,135); }
td.TdClassName
{
border-color: #A8AA87;
}
.TagClassName
{
border-color: #A8AA87;
}
</style>