Shades of Bud #A3AA86
Tints of Bud #A3AA86
RGB
CMYK
RGB Variations
Color information
#A3AA86 (or 0xA3AA86) is known color: Bud. HEX triplet: A3, AA and 86. RGB value is (163,170,134). Sum of RGB (Red+Green+Blue) = 163+170+134=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 170 (66.80% from 255 or 36.40% from 467); Blue value is 134 (52.73% from 255 or 28.69% from 467); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA86 is #5C5579. Grayscale: #A3A3A3. Windows color (decimal): -6051194 or 8825507. OLE color: 8825507.
HSL color Cylindrical-coordinate representation of color #A3AA86: hue angle of 71.67º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A3AA86 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 134 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.33 |
| HSL | 71.67º | 0.17% | 0.6% | - |
| HSV(B) | 71.67º | 0.21% | 0.67% | - |
| XYZ | 33.78 | 38.26 | 28.16 | - |
| YUV | 163.8 | 111.18 | 127.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 134 | 0.04 | 0 | 0.21 | 0.33 | 71.67 | 0.17 | 0.6 |
| Hex | A3 | AA | 86 | 4 | 0 | 15 | 21 | 48 | 11 | 3C |
| Octal | 243 | 252 | 206 | 4 | 0 | 25 | 41 | 110 | 21 | 74 |
| Binary | 10100011 | 10101010 | 10000110 | 100 | 0 | 10101 | 100001 | 1001000 | 10001 | 111100 |
Color Harmonies of #A3AA86
Complementary color
Monochromatic Colors of #A3AA86
Black with #A3AA86
Text Example
Text Example
White with #A3AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA86; }
p { color: rgb(163,170,134); }
H1.HeaderClassName
{
color: #A3AA86;
}
.AnyTagClassName
{
color: #A3AA86;
}
</style>
background-color css
<style>
a { background-color: #A3AA86; }
a { background-color: rgb(163,170,134); }
div.DivClassName
{
background-color: #A3AA86;
}
.BgClassName
{
background-color: #A3AA86;
}
</style>
border-color css
<style>
span { border-color: #A3AA86; }
span { border-color: rgb(163,170,134); }
td.TdClassName
{
border-color: #A3AA86;
}
.TagClassName
{
border-color: #A3AA86;
}
</style>