Shades of Bud #A8AA97
Tints of Bud #A8AA97
RGB
CMYK
RGB Variations
Color information
#A8AA97 (or 0xA8AA97) is known color: Bud. HEX triplet: A8, AA and 97. RGB value is (168,170,151). Sum of RGB (Red+Green+Blue) = 168+170+151=489 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.36% from 489); Green value is 170 (66.80% from 255 or 34.76% from 489); Blue value is 151 (59.38% from 255 or 30.88% from 489); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA97 is #575568. Grayscale: #A7A7A7. Windows color (decimal): -5723497 or 9939624. OLE color: 9939624.
HSL color Cylindrical-coordinate representation of color #A8AA97: hue angle of 66.32º degrees, saturation: 0.1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A8AA97 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 151 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.33 |
| HSL | 66.32º | 0.1% | 0.63% | - |
| HSV(B) | 66.32º | 0.11% | 0.67% | - |
| XYZ | 36.11 | 39.31 | 34.96 | - |
| YUV | 167.24 | 118.84 | 128.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 151 | 0.01 | 0 | 0.11 | 0.33 | 66.32 | 0.1 | 0.63 |
| Hex | A8 | AA | 97 | 1 | 0 | B | 21 | 42 | A | 3F |
| Octal | 250 | 252 | 227 | 1 | 0 | 13 | 41 | 102 | 12 | 77 |
| Binary | 10101000 | 10101010 | 10010111 | 1 | 0 | 1011 | 100001 | 1000010 | 1010 | 111111 |
Color Harmonies of #A8AA97
Complementary color
Monochromatic Colors of #A8AA97
Black with #A8AA97
Text Example
Text Example
White with #A8AA97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA97; }
p { color: rgb(168,170,151); }
H1.HeaderClassName
{
color: #A8AA97;
}
.AnyTagClassName
{
color: #A8AA97;
}
</style>
background-color css
<style>
a { background-color: #A8AA97; }
a { background-color: rgb(168,170,151); }
div.DivClassName
{
background-color: #A8AA97;
}
.BgClassName
{
background-color: #A8AA97;
}
</style>
border-color css
<style>
span { border-color: #A8AA97; }
span { border-color: rgb(168,170,151); }
td.TdClassName
{
border-color: #A8AA97;
}
.TagClassName
{
border-color: #A8AA97;
}
</style>