Shades of Bud #A8AE8C
Tints of Bud #A8AE8C
RGB
CMYK
RGB Variations
Color information
#A8AE8C (or 0xA8AE8C) is known color: Bud. HEX triplet: A8, AE and 8C. RGB value is (168,174,140). Sum of RGB (Red+Green+Blue) = 168+174+140=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 174 (68.36% from 255 or 36.10% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 174 - color contains mainly: green. Hex color #A8AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AE8C is #575173. Grayscale: #A8A8A8. Windows color (decimal): -5722484 or 9219752. OLE color: 9219752.
HSL color Cylindrical-coordinate representation of color #A8AE8C: hue angle of 70.59º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8AE8C is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 174 | 140 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.32 |
| HSL | 70.59º | 0.17% | 0.62% | - |
| HSV(B) | 70.59º | 0.2% | 0.68% | - |
| XYZ | 36.02 | 40.49 | 30.73 | - |
| YUV | 168.33 | 112.01 | 127.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 174 | 140 | 0.03 | 0 | 0.20 | 0.32 | 70.59 | 0.17 | 0.62 |
| Hex | A8 | AE | 8C | 3 | 0 | 14 | 20 | 47 | 11 | 3E |
| Octal | 250 | 256 | 214 | 3 | 0 | 24 | 40 | 107 | 21 | 76 |
| Binary | 10101000 | 10101110 | 10001100 | 11 | 0 | 10100 | 100000 | 1000111 | 10001 | 111110 |
Color Harmonies of #A8AE8C
Complementary color
Monochromatic Colors of #A8AE8C
Black with #A8AE8C
Text Example
Text Example
White with #A8AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AE8C; }
p { color: rgb(168,174,140); }
H1.HeaderClassName
{
color: #A8AE8C;
}
.AnyTagClassName
{
color: #A8AE8C;
}
</style>
background-color css
<style>
a { background-color: #A8AE8C; }
a { background-color: rgb(168,174,140); }
div.DivClassName
{
background-color: #A8AE8C;
}
.BgClassName
{
background-color: #A8AE8C;
}
</style>
border-color css
<style>
span { border-color: #A8AE8C; }
span { border-color: rgb(168,174,140); }
td.TdClassName
{
border-color: #A8AE8C;
}
.TagClassName
{
border-color: #A8AE8C;
}
</style>