Shades of Bud #A8A88E
Tints of Bud #A8A88E
RGB
CMYK
RGB Variations
Color information
#A8A88E (or 0xA8A88E) is known color: Bud. HEX triplet: A8, A8 and 8E. RGB value is (168,168,142). Sum of RGB (Red+Green+Blue) = 168+168+142=478 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.15% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 142 (55.86% from 255 or 29.71% from 478); Max value from RGB is 168 - color contains mainly: red, green. Hex color #A8A88E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A88E is #575771. Grayscale: #A5A5A5. Windows color (decimal): -5724018 or 9349288. OLE color: 9349288.
HSL color Cylindrical-coordinate representation of color #A8A88E: hue angle of 60º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A8A88E is Cyan = 0, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 168 | 142 | - |
| CMYK | 0 | 0 | 0.15 | 0.34 |
| HSL | 60º | 0.13% | 0.61% | - |
| HSV(B) | 60º | 0.15% | 0.66% | - |
| XYZ | 35.03 | 38.28 | 31.13 | - |
| YUV | 165.04 | 115 | 130.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 168 | 142 | 0 | 0 | 0.15 | 0.34 | 60 | 0.13 | 0.61 |
| Hex | A8 | A8 | 8E | 0 | 0 | F | 22 | 3C | D | 3D |
| Octal | 250 | 250 | 216 | 0 | 0 | 17 | 42 | 74 | 15 | 75 |
| Binary | 10101000 | 10101000 | 10001110 | 0 | 0 | 1111 | 100010 | 111100 | 1101 | 111101 |
Color Harmonies of #A8A88E
Complementary color
Monochromatic Colors of #A8A88E
Black with #A8A88E
Text Example
Text Example
White with #A8A88E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A88E; }
p { color: rgb(168,168,142); }
H1.HeaderClassName
{
color: #A8A88E;
}
.AnyTagClassName
{
color: #A8A88E;
}
</style>
background-color css
<style>
a { background-color: #A8A88E; }
a { background-color: rgb(168,168,142); }
div.DivClassName
{
background-color: #A8A88E;
}
.BgClassName
{
background-color: #A8A88E;
}
</style>
border-color css
<style>
span { border-color: #A8A88E; }
span { border-color: rgb(168,168,142); }
td.TdClassName
{
border-color: #A8A88E;
}
.TagClassName
{
border-color: #A8A88E;
}
</style>