Shades of Bud #A8AE8E
Tints of Bud #A8AE8E
RGB
CMYK
RGB Variations
Color information
#A8AE8E (or 0xA8AE8E) is known color: Bud. HEX triplet: A8, AE and 8E. RGB value is (168,174,142). Sum of RGB (Red+Green+Blue) = 168+174+142=484 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.71% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE8E is #575171. Grayscale: #A8A8A8. Windows color (decimal): -5722482 or 9350824. OLE color: 9350824.
HSL color Cylindrical-coordinate representation of color #A8AE8E: hue angle of 71.25º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8AE8E is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 142 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.32 |
| HSL | 71.25º | 0.16% | 0.62% | - |
| HSV(B) | 71.25º | 0.18% | 0.68% | - |
| XYZ | 36.17 | 40.55 | 31.51 | - |
| YUV | 168.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 142 | 0.03 | 0 | 0.18 | 0.32 | 71.25 | 0.16 | 0.62 |
| Hex | A8 | AE | 8E | 3 | 0 | 12 | 20 | 47 | 10 | 3E |
| Octal | 250 | 256 | 216 | 3 | 0 | 22 | 40 | 107 | 20 | 76 |
| Binary | 10101000 | 10101110 | 10001110 | 11 | 0 | 10010 | 100000 | 1000111 | 10000 | 111110 |
Color Harmonies of #A8AE8E
Complementary color
Monochromatic Colors of #A8AE8E
Black with #A8AE8E
Text Example
Text Example
White with #A8AE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE8E; }
p { color: rgb(168,174,142); }
H1.HeaderClassName
{
color: #A8AE8E;
}
.AnyTagClassName
{
color: #A8AE8E;
}
</style>
background-color css
<style>
a { background-color: #A8AE8E; }
a { background-color: rgb(168,174,142); }
div.DivClassName
{
background-color: #A8AE8E;
}
.BgClassName
{
background-color: #A8AE8E;
}
</style>
border-color css
<style>
span { border-color: #A8AE8E; }
span { border-color: rgb(168,174,142); }
td.TdClassName
{
border-color: #A8AE8E;
}
.TagClassName
{
border-color: #A8AE8E;
}
</style>