Shades of Bud #A8AB8F
Tints of Bud #A8AB8F
RGB
CMYK
RGB Variations
Color information
#A8AB8F (or 0xA8AB8F) is known color: Bud. HEX triplet: A8, AB and 8F. RGB value is (168,171,143). Sum of RGB (Red+Green+Blue) = 168+171+143=482 (63% of max value = 765). Red value is 168 (66.02% from 255 or 34.85% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 143 (56.25% from 255 or 29.67% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #A8AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A8AB8F is #575470. Grayscale: #A7A7A7. Windows color (decimal): -5723249 or 9415592. OLE color: 9415592.
HSL color Cylindrical-coordinate representation of color #A8AB8F: hue angle of 66.43º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A8AB8F is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 168 | 171 | 143 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.33 |
| HSL | 66.43º | 0.14% | 0.62% | - |
| HSV(B) | 66.43º | 0.16% | 0.67% | - |
| XYZ | 35.67 | 39.43 | 31.72 | - |
| YUV | 166.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 171 | 143 | 0.02 | 0 | 0.16 | 0.33 | 66.43 | 0.14 | 0.62 |
| Hex | A8 | AB | 8F | 2 | 0 | 10 | 21 | 42 | E | 3E |
| Octal | 250 | 253 | 217 | 2 | 0 | 20 | 41 | 102 | 16 | 76 |
| Binary | 10101000 | 10101011 | 10001111 | 10 | 0 | 10000 | 100001 | 1000010 | 1110 | 111110 |
Color Harmonies of #A8AB8F
Complementary color
Monochromatic Colors of #A8AB8F
Black with #A8AB8F
Text Example
Text Example
White with #A8AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8AB8F; }
p { color: rgb(168,171,143); }
H1.HeaderClassName
{
color: #A8AB8F;
}
.AnyTagClassName
{
color: #A8AB8F;
}
</style>
background-color css
<style>
a { background-color: #A8AB8F; }
a { background-color: rgb(168,171,143); }
div.DivClassName
{
background-color: #A8AB8F;
}
.BgClassName
{
background-color: #A8AB8F;
}
</style>
border-color css
<style>
span { border-color: #A8AB8F; }
span { border-color: rgb(168,171,143); }
td.TdClassName
{
border-color: #A8AB8F;
}
.TagClassName
{
border-color: #A8AB8F;
}
</style>