Shades of Bud #A3A88D
Tints of Bud #A3A88D
RGB
CMYK
RGB Variations
Color information
#A3A88D (or 0xA3A88D) is known color: Bud. HEX triplet: A3, A8 and 8D. RGB value is (163,168,141). Sum of RGB (Red+Green+Blue) = 163+168+141=472 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.53% from 472); Green value is 168 (66.02% from 255 or 35.59% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A88D is #5C5772. Grayscale: #A3A3A3. Windows color (decimal): -6051699 or 9283747. OLE color: 9283747.
HSL color Cylindrical-coordinate representation of color #A3A88D: hue angle of 71.11º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A3A88D is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 141 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.34 |
| HSL | 71.11º | 0.13% | 0.61% | - |
| HSV(B) | 71.11º | 0.16% | 0.66% | - |
| XYZ | 33.91 | 37.71 | 30.69 | - |
| YUV | 163.43 | 115.34 | 127.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 141 | 0.03 | 0 | 0.16 | 0.34 | 71.11 | 0.13 | 0.61 |
| Hex | A3 | A8 | 8D | 3 | 0 | 10 | 22 | 47 | D | 3D |
| Octal | 243 | 250 | 215 | 3 | 0 | 20 | 42 | 107 | 15 | 75 |
| Binary | 10100011 | 10101000 | 10001101 | 11 | 0 | 10000 | 100010 | 1000111 | 1101 | 111101 |
Color Harmonies of #A3A88D
Complementary color
Monochromatic Colors of #A3A88D
Black with #A3A88D
Text Example
Text Example
White with #A3A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A88D; }
p { color: rgb(163,168,141); }
H1.HeaderClassName
{
color: #A3A88D;
}
.AnyTagClassName
{
color: #A3A88D;
}
</style>
background-color css
<style>
a { background-color: #A3A88D; }
a { background-color: rgb(163,168,141); }
div.DivClassName
{
background-color: #A3A88D;
}
.BgClassName
{
background-color: #A3A88D;
}
</style>
border-color css
<style>
span { border-color: #A3A88D; }
span { border-color: rgb(163,168,141); }
td.TdClassName
{
border-color: #A3A88D;
}
.TagClassName
{
border-color: #A3A88D;
}
</style>