Shades of Bud #A3AA87
Tints of Bud #A3AA87
RGB
CMYK
RGB Variations
Color information
#A3AA87 (or 0xA3AA87) is known color: Bud. HEX triplet: A3, AA and 87. RGB value is (163,170,135). Sum of RGB (Red+Green+Blue) = 163+170+135=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 170 (66.80% from 255 or 36.32% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 170 - color contains mainly: green. Hex color #A3AA87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3AA87 is #5C5578. Grayscale: #A4A4A4. Windows color (decimal): -6051193 or 8891043. OLE color: 8891043.
HSL color Cylindrical-coordinate representation of color #A3AA87: hue angle of 72º 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 #A3AA87 is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 163 | 170 | 135 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.33 |
| HSL | 72º | 0.17% | 0.6% | - |
| HSV(B) | 72º | 0.21% | 0.67% | - |
| XYZ | 33.85 | 38.29 | 28.53 | - |
| YUV | 163.92 | 111.68 | 127.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 170 | 135 | 0.04 | 0 | 0.21 | 0.33 | 72 | 0.17 | 0.6 |
| Hex | A3 | AA | 87 | 4 | 0 | 15 | 21 | 48 | 11 | 3C |
| Octal | 243 | 252 | 207 | 4 | 0 | 25 | 41 | 110 | 21 | 74 |
| Binary | 10100011 | 10101010 | 10000111 | 100 | 0 | 10101 | 100001 | 1001000 | 10001 | 111100 |
Color Harmonies of #A3AA87
Complementary color
Monochromatic Colors of #A3AA87
Black with #A3AA87
Text Example
Text Example
White with #A3AA87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3AA87; }
p { color: rgb(163,170,135); }
H1.HeaderClassName
{
color: #A3AA87;
}
.AnyTagClassName
{
color: #A3AA87;
}
</style>
background-color css
<style>
a { background-color: #A3AA87; }
a { background-color: rgb(163,170,135); }
div.DivClassName
{
background-color: #A3AA87;
}
.BgClassName
{
background-color: #A3AA87;
}
</style>
border-color css
<style>
span { border-color: #A3AA87; }
span { border-color: rgb(163,170,135); }
td.TdClassName
{
border-color: #A3AA87;
}
.TagClassName
{
border-color: #A3AA87;
}
</style>