Shades of Bud #A8A994
Tints of Bud #A8A994
RGB
CMYK
RGB Variations
Color information
#A8A994 (or 0xA8A994) is known color: Bud. HEX triplet: A8, A9 and 94. RGB value is (168,169,148). Sum of RGB (Red+Green+Blue) = 168+169+148=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 169 (66.41% from 255 or 34.85% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 169 - color contains mainly: green. Hex color #A8A994 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8A994 is #57566B. Grayscale: #A6A6A6. Windows color (decimal): -5723756 or 9742760. OLE color: 9742760.
HSL color Cylindrical-coordinate representation of color #A8A994: hue angle of 62.86º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A8A994 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 169 | 148 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.34 |
| HSL | 62.86º | 0.11% | 0.62% | - |
| HSV(B) | 62.86º | 0.12% | 0.66% | - |
| XYZ | 35.68 | 38.84 | 33.63 | - |
| YUV | 166.31 | 117.67 | 129.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 169 | 148 | 0.01 | 0 | 0.12 | 0.34 | 62.86 | 0.11 | 0.62 |
| Hex | A8 | A9 | 94 | 1 | 0 | C | 22 | 3F | B | 3E |
| Octal | 250 | 251 | 224 | 1 | 0 | 14 | 42 | 77 | 13 | 76 |
| Binary | 10101000 | 10101001 | 10010100 | 1 | 0 | 1100 | 100010 | 111111 | 1011 | 111110 |
Color Harmonies of #A8A994
Complementary color
Monochromatic Colors of #A8A994
Black with #A8A994
Text Example
Text Example
White with #A8A994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8A994; }
p { color: rgb(168,169,148); }
H1.HeaderClassName
{
color: #A8A994;
}
.AnyTagClassName
{
color: #A8A994;
}
</style>
background-color css
<style>
a { background-color: #A8A994; }
a { background-color: rgb(168,169,148); }
div.DivClassName
{
background-color: #A8A994;
}
.BgClassName
{
background-color: #A8A994;
}
</style>
border-color css
<style>
span { border-color: #A8A994; }
span { border-color: rgb(168,169,148); }
td.TdClassName
{
border-color: #A8A994;
}
.TagClassName
{
border-color: #A8A994;
}
</style>