Shades of Bud #A8AA98
Tints of Bud #A8AA98
RGB
CMYK
RGB Variations
Color information
#A8AA98 (or 0xA8AA98) is known color: Bud. HEX triplet: A8, AA and 98. RGB value is (168,170,152). Sum of RGB (Red+Green+Blue) = 168+170+152=490 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.29% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 152 (59.77% from 255 or 31.02% from 490); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA98 is #575567. Grayscale: #A7A7A7. Windows color (decimal): -5723496 or 10005160. OLE color: 10005160.
HSL color Cylindrical-coordinate representation of color #A8AA98: hue angle of 66.67º 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 #A8AA98 is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 152 | - |
| CMYK | 0.01 | 0 | 0.11 | 0.33 |
| HSL | 66.67º | 0.1% | 0.63% | - |
| HSV(B) | 66.67º | 0.11% | 0.67% | - |
| XYZ | 36.19 | 39.34 | 35.39 | - |
| YUV | 167.35 | 119.34 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 152 | 0.01 | 0 | 0.11 | 0.33 | 66.67 | 0.1 | 0.63 |
| Hex | A8 | AA | 98 | 1 | 0 | B | 21 | 43 | A | 3F |
| Octal | 250 | 252 | 230 | 1 | 0 | 13 | 41 | 103 | 12 | 77 |
| Binary | 10101000 | 10101010 | 10011000 | 1 | 0 | 1011 | 100001 | 1000011 | 1010 | 111111 |
Color Harmonies of #A8AA98
Complementary color
Monochromatic Colors of #A8AA98
Black with #A8AA98
Text Example
Text Example
White with #A8AA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA98; }
p { color: rgb(168,170,152); }
H1.HeaderClassName
{
color: #A8AA98;
}
.AnyTagClassName
{
color: #A8AA98;
}
</style>
background-color css
<style>
a { background-color: #A8AA98; }
a { background-color: rgb(168,170,152); }
div.DivClassName
{
background-color: #A8AA98;
}
.BgClassName
{
background-color: #A8AA98;
}
</style>
border-color css
<style>
span { border-color: #A8AA98; }
span { border-color: rgb(168,170,152); }
td.TdClassName
{
border-color: #A8AA98;
}
.TagClassName
{
border-color: #A8AA98;
}
</style>