Shades of Bud #A6AB8F
Tints of Bud #A6AB8F
RGB
CMYK
RGB Variations
Color information
#A6AB8F (or 0xA6AB8F) is known color: Bud. HEX triplet: A6, AB and 8F. RGB value is (166,171,143). Sum of RGB (Red+Green+Blue) = 166+171+143=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB8F is #595470. Grayscale: #A6A6A6. Windows color (decimal): -5854321 or 9415590. OLE color: 9415590.
HSL color Cylindrical-coordinate representation of color #A6AB8F: hue angle of 70.71º 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 #A6AB8F is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 143 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.33 |
| HSL | 70.71º | 0.14% | 0.62% | - |
| HSV(B) | 70.71º | 0.16% | 0.67% | - |
| XYZ | 35.25 | 39.22 | 31.7 | - |
| YUV | 166.31 | 114.84 | 127.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 143 | 0.03 | 0 | 0.16 | 0.33 | 70.71 | 0.14 | 0.62 |
| Hex | A6 | AB | 8F | 3 | 0 | 10 | 21 | 47 | E | 3E |
| Octal | 246 | 253 | 217 | 3 | 0 | 20 | 41 | 107 | 16 | 76 |
| Binary | 10100110 | 10101011 | 10001111 | 11 | 0 | 10000 | 100001 | 1000111 | 1110 | 111110 |
Color Harmonies of #A6AB8F
Complementary color
Monochromatic Colors of #A6AB8F
Black with #A6AB8F
Text Example
Text Example
White with #A6AB8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB8F; }
p { color: rgb(166,171,143); }
H1.HeaderClassName
{
color: #A6AB8F;
}
.AnyTagClassName
{
color: #A6AB8F;
}
</style>
background-color css
<style>
a { background-color: #A6AB8F; }
a { background-color: rgb(166,171,143); }
div.DivClassName
{
background-color: #A6AB8F;
}
.BgClassName
{
background-color: #A6AB8F;
}
</style>
border-color css
<style>
span { border-color: #A6AB8F; }
span { border-color: rgb(166,171,143); }
td.TdClassName
{
border-color: #A6AB8F;
}
.TagClassName
{
border-color: #A6AB8F;
}
</style>