Shades of Bud #A8AD8E
Tints of Bud #A8AD8E
RGB
CMYK
RGB Variations
Color information
#A8AD8E (or 0xA8AD8E) is known color: Bud. HEX triplet: A8, AD and 8E. RGB value is (168,173,142). Sum of RGB (Red+Green+Blue) = 168+173+142=483 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.78% from 483); Green value is 173 (67.97% from 255 or 35.82% from 483); Blue value is 142 (55.86% from 255 or 29.40% from 483); Max value from RGB is 173 - color contains mainly: green. Hex color #A8AD8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AD8E is #575271. Grayscale: #A8A8A8. Windows color (decimal): -5722738 or 9350568. OLE color: 9350568.
HSL color Cylindrical-coordinate representation of color #A8AD8E: hue angle of 69.68º 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 #A8AD8E is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 168 | 173 | 142 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.32 |
| HSL | 69.68º | 0.16% | 0.62% | - |
| HSV(B) | 69.68º | 0.18% | 0.68% | - |
| XYZ | 35.97 | 40.16 | 31.45 | - |
| YUV | 167.97 | 113.34 | 128.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 173 | 142 | 0.03 | 0 | 0.18 | 0.32 | 69.68 | 0.16 | 0.62 |
| Hex | A8 | AD | 8E | 3 | 0 | 12 | 20 | 46 | 10 | 3E |
| Octal | 250 | 255 | 216 | 3 | 0 | 22 | 40 | 106 | 20 | 76 |
| Binary | 10101000 | 10101101 | 10001110 | 11 | 0 | 10010 | 100000 | 1000110 | 10000 | 111110 |
Color Harmonies of #A8AD8E
Complementary color
Monochromatic Colors of #A8AD8E
Black with #A8AD8E
Text Example
Text Example
White with #A8AD8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AD8E; }
p { color: rgb(168,173,142); }
H1.HeaderClassName
{
color: #A8AD8E;
}
.AnyTagClassName
{
color: #A8AD8E;
}
</style>
background-color css
<style>
a { background-color: #A8AD8E; }
a { background-color: rgb(168,173,142); }
div.DivClassName
{
background-color: #A8AD8E;
}
.BgClassName
{
background-color: #A8AD8E;
}
</style>
border-color css
<style>
span { border-color: #A8AD8E; }
span { border-color: rgb(168,173,142); }
td.TdClassName
{
border-color: #A8AD8E;
}
.TagClassName
{
border-color: #A8AD8E;
}
</style>