Shades of Bud #A6AB8B
Tints of Bud #A6AB8B
RGB
CMYK
RGB Variations
Color information
#A6AB8B (or 0xA6AB8B) is known color: Bud. HEX triplet: A6, AB and 8B. RGB value is (166,171,139). Sum of RGB (Red+Green+Blue) = 166+171+139=476 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.87% from 476); Green value is 171 (67.19% from 255 or 35.92% from 476); Blue value is 139 (54.69% from 255 or 29.20% from 476); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB8B is #595474. Grayscale: #A5A5A5. Windows color (decimal): -5854325 or 9153446. OLE color: 9153446.
HSL color Cylindrical-coordinate representation of color #A6AB8B: hue angle of 69.38º 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 #A6AB8B is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 139 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.33 |
| HSL | 69.38º | 0.16% | 0.61% | - |
| HSV(B) | 69.38º | 0.19% | 0.67% | - |
| XYZ | 34.95 | 39.1 | 30.13 | - |
| YUV | 165.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 139 | 0.03 | 0 | 0.19 | 0.33 | 69.38 | 0.16 | 0.61 |
| Hex | A6 | AB | 8B | 3 | 0 | 13 | 21 | 45 | 10 | 3D |
| Octal | 246 | 253 | 213 | 3 | 0 | 23 | 41 | 105 | 20 | 75 |
| Binary | 10100110 | 10101011 | 10001011 | 11 | 0 | 10011 | 100001 | 1000101 | 10000 | 111101 |
Color Harmonies of #A6AB8B
Complementary color
Monochromatic Colors of #A6AB8B
Black with #A6AB8B
Text Example
Text Example
White with #A6AB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB8B; }
p { color: rgb(166,171,139); }
H1.HeaderClassName
{
color: #A6AB8B;
}
.AnyTagClassName
{
color: #A6AB8B;
}
</style>
background-color css
<style>
a { background-color: #A6AB8B; }
a { background-color: rgb(166,171,139); }
div.DivClassName
{
background-color: #A6AB8B;
}
.BgClassName
{
background-color: #A6AB8B;
}
</style>
border-color css
<style>
span { border-color: #A6AB8B; }
span { border-color: rgb(166,171,139); }
td.TdClassName
{
border-color: #A6AB8B;
}
.TagClassName
{
border-color: #A6AB8B;
}
</style>