Shades of Bud #A6AE8C
Tints of Bud #A6AE8C
RGB
CMYK
RGB Variations
Color information
#A6AE8C (or 0xA6AE8C) is known color: Bud. HEX triplet: A6, AE and 8C. RGB value is (166,174,140). Sum of RGB (Red+Green+Blue) = 166+174+140=480 (63% of max value = 765). Red value is 166 (65.23% from 255 or 34.58% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 140 (55.08% from 255 or 29.17% from 480); Max value from RGB is 174 - color contains mainly: green. Hex color #A6AE8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AE8C is #595173. Grayscale: #A7A7A7. Windows color (decimal): -5853556 or 9219750. OLE color: 9219750.
HSL color Cylindrical-coordinate representation of color #A6AE8C: hue angle of 74.12º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6AE8C is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 174 | 140 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.32 |
| HSL | 74.12º | 0.17% | 0.62% | - |
| HSV(B) | 74.12º | 0.2% | 0.68% | - |
| XYZ | 35.6 | 40.27 | 30.71 | - |
| YUV | 167.73 | 112.35 | 126.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 174 | 140 | 0.05 | 0 | 0.20 | 0.32 | 74.12 | 0.17 | 0.62 |
| Hex | A6 | AE | 8C | 5 | 0 | 14 | 20 | 4A | 11 | 3E |
| Octal | 246 | 256 | 214 | 5 | 0 | 24 | 40 | 112 | 21 | 76 |
| Binary | 10100110 | 10101110 | 10001100 | 101 | 0 | 10100 | 100000 | 1001010 | 10001 | 111110 |
Color Harmonies of #A6AE8C
Complementary color
Monochromatic Colors of #A6AE8C
Black with #A6AE8C
Text Example
Text Example
White with #A6AE8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AE8C; }
p { color: rgb(166,174,140); }
H1.HeaderClassName
{
color: #A6AE8C;
}
.AnyTagClassName
{
color: #A6AE8C;
}
</style>
background-color css
<style>
a { background-color: #A6AE8C; }
a { background-color: rgb(166,174,140); }
div.DivClassName
{
background-color: #A6AE8C;
}
.BgClassName
{
background-color: #A6AE8C;
}
</style>
border-color css
<style>
span { border-color: #A6AE8C; }
span { border-color: rgb(166,174,140); }
td.TdClassName
{
border-color: #A6AE8C;
}
.TagClassName
{
border-color: #A6AE8C;
}
</style>