Shades of Bud #A6AA89
Tints of Bud #A6AA89
RGB
CMYK
RGB Variations
Color information
#A6AA89 (or 0xA6AA89) is known color: Bud. HEX triplet: A6, AA and 89. RGB value is (166,170,137). Sum of RGB (Red+Green+Blue) = 166+170+137=473 (62% of max value = 765). Red value is 166 (65.23% from 255 or 35.10% from 473); Green value is 170 (66.80% from 255 or 35.94% from 473); Blue value is 137 (53.91% from 255 or 28.96% from 473); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA89 is #595576. Grayscale: #A5A5A5. Windows color (decimal): -5854583 or 9022118. OLE color: 9022118.
HSL color Cylindrical-coordinate representation of color #A6AA89: hue angle of 67.27º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A6AA89 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 137 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.33 |
| HSL | 67.27º | 0.16% | 0.6% | - |
| HSV(B) | 67.27º | 0.19% | 0.67% | - |
| XYZ | 34.62 | 38.66 | 29.31 | - |
| YUV | 165.04 | 112.17 | 128.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 137 | 0.02 | 0 | 0.19 | 0.33 | 67.27 | 0.16 | 0.6 |
| Hex | A6 | AA | 89 | 2 | 0 | 13 | 21 | 43 | 10 | 3C |
| Octal | 246 | 252 | 211 | 2 | 0 | 23 | 41 | 103 | 20 | 74 |
| Binary | 10100110 | 10101010 | 10001001 | 10 | 0 | 10011 | 100001 | 1000011 | 10000 | 111100 |
Color Harmonies of #A6AA89
Complementary color
Monochromatic Colors of #A6AA89
Black with #A6AA89
Text Example
Text Example
White with #A6AA89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA89; }
p { color: rgb(166,170,137); }
H1.HeaderClassName
{
color: #A6AA89;
}
.AnyTagClassName
{
color: #A6AA89;
}
</style>
background-color css
<style>
a { background-color: #A6AA89; }
a { background-color: rgb(166,170,137); }
div.DivClassName
{
background-color: #A6AA89;
}
.BgClassName
{
background-color: #A6AA89;
}
</style>
border-color css
<style>
span { border-color: #A6AA89; }
span { border-color: rgb(166,170,137); }
td.TdClassName
{
border-color: #A6AA89;
}
.TagClassName
{
border-color: #A6AA89;
}
</style>