Shades of Bud #A8AB8A
Tints of Bud #A8AB8A
RGB
CMYK
RGB Variations
Color information
#A8AB8A (or 0xA8AB8A) is known color: Bud. HEX triplet: A8, AB and 8A. RGB value is (168,171,138). Sum of RGB (Red+Green+Blue) = 168+171+138=477 (63% of max value = 765). Red value is 168 (66.02% from 255 or 35.22% from 477); Green value is 171 (67.19% from 255 or 35.85% from 477); Blue value is 138 (54.30% from 255 or 28.93% from 477); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB8A is #575475. Grayscale: #A6A6A6. Windows color (decimal): -5723254 or 9087912. OLE color: 9087912.
HSL color Cylindrical-coordinate representation of color #A8AB8A: hue angle of 65.45º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A8AB8A is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 138 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.33 |
| HSL | 65.45º | 0.16% | 0.61% | - |
| HSV(B) | 65.45º | 0.19% | 0.67% | - |
| XYZ | 35.3 | 39.29 | 29.77 | - |
| YUV | 166.34 | 112.01 | 129.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 138 | 0.02 | 0 | 0.19 | 0.33 | 65.45 | 0.16 | 0.61 |
| Hex | A8 | AB | 8A | 2 | 0 | 13 | 21 | 41 | 10 | 3D |
| Octal | 250 | 253 | 212 | 2 | 0 | 23 | 41 | 101 | 20 | 75 |
| Binary | 10101000 | 10101011 | 10001010 | 10 | 0 | 10011 | 100001 | 1000001 | 10000 | 111101 |
Color Harmonies of #A8AB8A
Complementary color
Monochromatic Colors of #A8AB8A
Black with #A8AB8A
Text Example
Text Example
White with #A8AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB8A; }
p { color: rgb(168,171,138); }
H1.HeaderClassName
{
color: #A8AB8A;
}
.AnyTagClassName
{
color: #A8AB8A;
}
</style>
background-color css
<style>
a { background-color: #A8AB8A; }
a { background-color: rgb(168,171,138); }
div.DivClassName
{
background-color: #A8AB8A;
}
.BgClassName
{
background-color: #A8AB8A;
}
</style>
border-color css
<style>
span { border-color: #A8AB8A; }
span { border-color: rgb(168,171,138); }
td.TdClassName
{
border-color: #A8AB8A;
}
.TagClassName
{
border-color: #A8AB8A;
}
</style>