Shades of Bud #A6AA93
Tints of Bud #A6AA93
RGB
CMYK
RGB Variations
Color information
#A6AA93 (or 0xA6AA93) is known color: Bud. HEX triplet: A6, AA and 93. RGB value is (166,170,147). Sum of RGB (Red+Green+Blue) = 166+170+147=483 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.37% from 483); Green value is 170 (66.80% from 255 or 35.20% from 483); Blue value is 147 (57.81% from 255 or 30.43% from 483); Max value from RGB is 170 - color contains mainly: green. Hex color #A6AA93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AA93 is #59556C. Grayscale: #A6A6A6. Windows color (decimal): -5854573 or 9677478. OLE color: 9677478.
HSL color Cylindrical-coordinate representation of color #A6AA93: hue angle of 70.43º degrees, saturation: 0.12, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A6AA93 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 166 | 170 | 147 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.33 |
| HSL | 70.43º | 0.12% | 0.62% | - |
| HSV(B) | 70.43º | 0.14% | 0.67% | - |
| XYZ | 35.37 | 38.96 | 33.26 | - |
| YUV | 166.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 170 | 147 | 0.02 | 0 | 0.14 | 0.33 | 70.43 | 0.12 | 0.62 |
| Hex | A6 | AA | 93 | 2 | 0 | E | 21 | 46 | C | 3E |
| Octal | 246 | 252 | 223 | 2 | 0 | 16 | 41 | 106 | 14 | 76 |
| Binary | 10100110 | 10101010 | 10010011 | 10 | 0 | 1110 | 100001 | 1000110 | 1100 | 111110 |
Color Harmonies of #A6AA93
Complementary color
Monochromatic Colors of #A6AA93
Black with #A6AA93
Text Example
Text Example
White with #A6AA93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AA93; }
p { color: rgb(166,170,147); }
H1.HeaderClassName
{
color: #A6AA93;
}
.AnyTagClassName
{
color: #A6AA93;
}
</style>
background-color css
<style>
a { background-color: #A6AA93; }
a { background-color: rgb(166,170,147); }
div.DivClassName
{
background-color: #A6AA93;
}
.BgClassName
{
background-color: #A6AA93;
}
</style>
border-color css
<style>
span { border-color: #A6AA93; }
span { border-color: rgb(166,170,147); }
td.TdClassName
{
border-color: #A6AA93;
}
.TagClassName
{
border-color: #A6AA93;
}
</style>