Shades of Bud #A6AB8A
Tints of Bud #A6AB8A
RGB
CMYK
RGB Variations
Color information
#A6AB8A (or 0xA6AB8A) is known color: Bud. HEX triplet: A6, AB and 8A. RGB value is (166,171,138). Sum of RGB (Red+Green+Blue) = 166+171+138=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 138 (54.30% from 255 or 29.05% from 475); Max value from RGB is 171 - color contains mainly: green. Hex color #A6AB8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AB8A is #595475. Grayscale: #A5A5A5. Windows color (decimal): -5854326 or 9087910. OLE color: 9087910.
HSL color Cylindrical-coordinate representation of color #A6AB8A: hue angle of 69.09º 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 #A6AB8A is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 171 | 138 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.33 |
| HSL | 69.09º | 0.16% | 0.61% | - |
| HSV(B) | 69.09º | 0.19% | 0.67% | - |
| XYZ | 34.88 | 39.07 | 29.75 | - |
| YUV | 165.74 | 112.34 | 128.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 171 | 138 | 0.03 | 0 | 0.19 | 0.33 | 69.09 | 0.16 | 0.61 |
| Hex | A6 | AB | 8A | 3 | 0 | 13 | 21 | 45 | 10 | 3D |
| Octal | 246 | 253 | 212 | 3 | 0 | 23 | 41 | 105 | 20 | 75 |
| Binary | 10100110 | 10101011 | 10001010 | 11 | 0 | 10011 | 100001 | 1000101 | 10000 | 111101 |
Color Harmonies of #A6AB8A
Complementary color
Monochromatic Colors of #A6AB8A
Black with #A6AB8A
Text Example
Text Example
White with #A6AB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AB8A; }
p { color: rgb(166,171,138); }
H1.HeaderClassName
{
color: #A6AB8A;
}
.AnyTagClassName
{
color: #A6AB8A;
}
</style>
background-color css
<style>
a { background-color: #A6AB8A; }
a { background-color: rgb(166,171,138); }
div.DivClassName
{
background-color: #A6AB8A;
}
.BgClassName
{
background-color: #A6AB8A;
}
</style>
border-color css
<style>
span { border-color: #A6AB8A; }
span { border-color: rgb(166,171,138); }
td.TdClassName
{
border-color: #A6AB8A;
}
.TagClassName
{
border-color: #A6AB8A;
}
</style>