Shades of Bud #A6AD88
Tints of Bud #A6AD88
RGB
CMYK
RGB Variations
Color information
#A6AD88 (or 0xA6AD88) is known color: Bud. HEX triplet: A6, AD and 88. RGB value is (166,173,136). Sum of RGB (Red+Green+Blue) = 166+173+136=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 173 (67.97% from 255 or 36.42% from 475); Blue value is 136 (53.52% from 255 or 28.63% from 475); Max value from RGB is 173 - color contains mainly: green. Hex color #A6AD88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A6AD88 is #595277. Grayscale: #A6A6A6. Windows color (decimal): -5853816 or 8957350. OLE color: 8957350.
HSL color Cylindrical-coordinate representation of color #A6AD88: hue angle of 71.35º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A6AD88 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 166 | 173 | 136 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.32 |
| HSL | 71.35º | 0.18% | 0.61% | - |
| HSV(B) | 71.35º | 0.21% | 0.68% | - |
| XYZ | 35.11 | 39.77 | 29.12 | - |
| YUV | 166.69 | 110.68 | 127.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 173 | 136 | 0.04 | 0 | 0.21 | 0.32 | 71.35 | 0.18 | 0.61 |
| Hex | A6 | AD | 88 | 4 | 0 | 15 | 20 | 47 | 12 | 3D |
| Octal | 246 | 255 | 210 | 4 | 0 | 25 | 40 | 107 | 22 | 75 |
| Binary | 10100110 | 10101101 | 10001000 | 100 | 0 | 10101 | 100000 | 1000111 | 10010 | 111101 |
Color Harmonies of #A6AD88
Complementary color
Monochromatic Colors of #A6AD88
Black with #A6AD88
Text Example
Text Example
White with #A6AD88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6AD88; }
p { color: rgb(166,173,136); }
H1.HeaderClassName
{
color: #A6AD88;
}
.AnyTagClassName
{
color: #A6AD88;
}
</style>
background-color css
<style>
a { background-color: #A6AD88; }
a { background-color: rgb(166,173,136); }
div.DivClassName
{
background-color: #A6AD88;
}
.BgClassName
{
background-color: #A6AD88;
}
</style>
border-color css
<style>
span { border-color: #A6AD88; }
span { border-color: rgb(166,173,136); }
td.TdClassName
{
border-color: #A6AD88;
}
.TagClassName
{
border-color: #A6AD88;
}
</style>