Shades of Bud #A3A688
Tints of Bud #A3A688
RGB
CMYK
RGB Variations
Color information
#A3A688 (or 0xA3A688) is known color: Bud. HEX triplet: A3, A6 and 88. RGB value is (163,166,136). Sum of RGB (Red+Green+Blue) = 163+166+136=465 (61% of max value = 765). Red value is 163 (64.06% from 255 or 35.05% from 465); Green value is 166 (65.23% from 255 or 35.70% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A688 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A688 is #5C5977. Grayscale: #A1A1A1. Windows color (decimal): -6052216 or 8955555. OLE color: 8955555.
HSL color Cylindrical-coordinate representation of color #A3A688: hue angle of 66º degrees, saturation: 0.14, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3A688 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 136 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.35 |
| HSL | 66º | 0.14% | 0.59% | - |
| HSV(B) | 66º | 0.18% | 0.65% | - |
| XYZ | 33.18 | 36.84 | 28.65 | - |
| YUV | 161.68 | 113.51 | 128.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 136 | 0.02 | 0 | 0.18 | 0.35 | 66 | 0.14 | 0.59 |
| Hex | A3 | A6 | 88 | 2 | 0 | 12 | 23 | 42 | E | 3B |
| Octal | 243 | 246 | 210 | 2 | 0 | 22 | 43 | 102 | 16 | 73 |
| Binary | 10100011 | 10100110 | 10001000 | 10 | 0 | 10010 | 100011 | 1000010 | 1110 | 111011 |
Color Harmonies of #A3A688
Complementary color
Monochromatic Colors of #A3A688
Black with #A3A688
Text Example
Text Example
White with #A3A688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A688; }
p { color: rgb(163,166,136); }
H1.HeaderClassName
{
color: #A3A688;
}
.AnyTagClassName
{
color: #A3A688;
}
</style>
background-color css
<style>
a { background-color: #A3A688; }
a { background-color: rgb(163,166,136); }
div.DivClassName
{
background-color: #A3A688;
}
.BgClassName
{
background-color: #A3A688;
}
</style>
border-color css
<style>
span { border-color: #A3A688; }
span { border-color: rgb(163,166,136); }
td.TdClassName
{
border-color: #A3A688;
}
.TagClassName
{
border-color: #A3A688;
}
</style>