Shades of Bud #A6AB8D
Tints of Bud #A6AB8D
RGB
CMYK
RGB Variations
Color information
#A6AB8D (or 0xA6AB8D) is known color: Bud. HEX triplet: A6, AB and 8D. RGB value is (166,171,141). Sum of RGB (Red+Green+Blue) = 166+171+141=478 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.73% from 478); Green value is 171 (67.19% from 255 or 35.77% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB8D is #595472. Grayscale: #A6A6A6. Windows color (decimal): -5854323 or 9284518. OLE color: 9284518.
HSL color Cylindrical-coordinate representation of color #A6AB8D: hue angle of 70º 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 #A6AB8D is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 141 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.33 |
| HSL | 70º | 0.15% | 0.61% | - |
| HSV(B) | 70º | 0.18% | 0.67% | - |
| XYZ | 35.1 | 39.16 | 30.91 | - |
| YUV | 166.09 | 113.84 | 127.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 141 | 0.03 | 0 | 0.18 | 0.33 | 70 | 0.15 | 0.61 |
| Hex | A6 | AB | 8D | 3 | 0 | 12 | 21 | 46 | F | 3D |
| Octal | 246 | 253 | 215 | 3 | 0 | 22 | 41 | 106 | 17 | 75 |
| Binary | 10100110 | 10101011 | 10001101 | 11 | 0 | 10010 | 100001 | 1000110 | 1111 | 111101 |
Color Harmonies of #A6AB8D
Complementary color
Monochromatic Colors of #A6AB8D
Black with #A6AB8D
Text Example
Text Example
White with #A6AB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB8D; }
p { color: rgb(166,171,141); }
H1.HeaderClassName
{
color: #A6AB8D;
}
.AnyTagClassName
{
color: #A6AB8D;
}
</style>
background-color css
<style>
a { background-color: #A6AB8D; }
a { background-color: rgb(166,171,141); }
div.DivClassName
{
background-color: #A6AB8D;
}
.BgClassName
{
background-color: #A6AB8D;
}
</style>
border-color css
<style>
span { border-color: #A6AB8D; }
span { border-color: rgb(166,171,141); }
td.TdClassName
{
border-color: #A6AB8D;
}
.TagClassName
{
border-color: #A6AB8D;
}
</style>