Shades of Bud #A8AA93
Tints of Bud #A8AA93
RGB
CMYK
RGB Variations
Color information
#A8AA93 (or 0xA8AA93) is known color: Bud. HEX triplet: A8, AA and 93. RGB value is (168,170,147). Sum of RGB (Red+Green+Blue) = 168+170+147=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA93 is #57556C. Grayscale: #A6A6A6. Windows color (decimal): -5723501 or 9677480. OLE color: 9677480.
HSL color Cylindrical-coordinate representation of color #A8AA93: hue angle of 65.22º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A8AA93 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 147 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.33 |
| HSL | 65.22º | 0.12% | 0.62% | - |
| HSV(B) | 65.22º | 0.14% | 0.67% | - |
| XYZ | 35.79 | 39.18 | 33.28 | - |
| YUV | 166.78 | 116.84 | 128.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 147 | 0.01 | 0 | 0.14 | 0.33 | 65.22 | 0.12 | 0.62 |
| Hex | A8 | AA | 93 | 1 | 0 | E | 21 | 41 | C | 3E |
| Octal | 250 | 252 | 223 | 1 | 0 | 16 | 41 | 101 | 14 | 76 |
| Binary | 10101000 | 10101010 | 10010011 | 1 | 0 | 1110 | 100001 | 1000001 | 1100 | 111110 |
Color Harmonies of #A8AA93
Complementary color
Monochromatic Colors of #A8AA93
Black with #A8AA93
Text Example
Text Example
White with #A8AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA93; }
p { color: rgb(168,170,147); }
H1.HeaderClassName
{
color: #A8AA93;
}
.AnyTagClassName
{
color: #A8AA93;
}
</style>
background-color css
<style>
a { background-color: #A8AA93; }
a { background-color: rgb(168,170,147); }
div.DivClassName
{
background-color: #A8AA93;
}
.BgClassName
{
background-color: #A8AA93;
}
</style>
border-color css
<style>
span { border-color: #A8AA93; }
span { border-color: rgb(168,170,147); }
td.TdClassName
{
border-color: #A8AA93;
}
.TagClassName
{
border-color: #A8AA93;
}
</style>