Shades of Bud #A8AA8B
Tints of Bud #A8AA8B
RGB
CMYK
RGB Variations
Color information
#A8AA8B (or 0xA8AA8B) is known color: Bud. HEX triplet: A8, AA and 8B. RGB value is (168,170,139). Sum of RGB (Red+Green+Blue) = 168+170+139=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 170 (66.80% from 255 or 35.64% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 170 - color contains mainly: green. Hex color #A8AA8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AA8B is #575574. Grayscale: #A5A5A5. Windows color (decimal): -5723509 or 9153192. OLE color: 9153192.
HSL color Cylindrical-coordinate representation of color #A8AA8B: hue angle of 63.87º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8AA8B is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 170 | 139 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.33 |
| HSL | 63.87º | 0.15% | 0.61% | - |
| HSV(B) | 63.87º | 0.18% | 0.67% | - |
| XYZ | 35.18 | 38.94 | 30.09 | - |
| YUV | 165.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 170 | 139 | 0.01 | 0 | 0.18 | 0.33 | 63.87 | 0.15 | 0.61 |
| Hex | A8 | AA | 8B | 1 | 0 | 12 | 21 | 40 | F | 3D |
| Octal | 250 | 252 | 213 | 1 | 0 | 22 | 41 | 100 | 17 | 75 |
| Binary | 10101000 | 10101010 | 10001011 | 1 | 0 | 10010 | 100001 | 1000000 | 1111 | 111101 |
Color Harmonies of #A8AA8B
Complementary color
Monochromatic Colors of #A8AA8B
Black with #A8AA8B
Text Example
Text Example
White with #A8AA8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AA8B; }
p { color: rgb(168,170,139); }
H1.HeaderClassName
{
color: #A8AA8B;
}
.AnyTagClassName
{
color: #A8AA8B;
}
</style>
background-color css
<style>
a { background-color: #A8AA8B; }
a { background-color: rgb(168,170,139); }
div.DivClassName
{
background-color: #A8AA8B;
}
.BgClassName
{
background-color: #A8AA8B;
}
</style>
border-color css
<style>
span { border-color: #A8AA8B; }
span { border-color: rgb(168,170,139); }
td.TdClassName
{
border-color: #A8AA8B;
}
.TagClassName
{
border-color: #A8AA8B;
}
</style>