Shades of Bud #A3A98D
Tints of Bud #A3A98D
RGB
CMYK
RGB Variations
Color information
#A3A98D (or 0xA3A98D) is known color: Bud. HEX triplet: A3, A9 and 8D. RGB value is (163,169,141). Sum of RGB (Red+Green+Blue) = 163+169+141=473 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.46% from 473); Green value is 169 (66.41% from 255 or 35.73% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 169 - color contains mainly: green. Hex color #A3A98D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A98D is #5C5672. Grayscale: #A4A4A4. Windows color (decimal): -6051443 or 9284003. OLE color: 9284003.
HSL color Cylindrical-coordinate representation of color #A3A98D: hue angle of 72.86º degrees, saturation: 0.14, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A3A98D is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 169 | 141 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.34 |
| HSL | 72.86º | 0.14% | 0.61% | - |
| HSV(B) | 72.86º | 0.17% | 0.66% | - |
| XYZ | 34.1 | 38.09 | 30.75 | - |
| YUV | 164.01 | 115.01 | 127.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 169 | 141 | 0.04 | 0 | 0.17 | 0.34 | 72.86 | 0.14 | 0.61 |
| Hex | A3 | A9 | 8D | 4 | 0 | 11 | 22 | 49 | E | 3D |
| Octal | 243 | 251 | 215 | 4 | 0 | 21 | 42 | 111 | 16 | 75 |
| Binary | 10100011 | 10101001 | 10001101 | 100 | 0 | 10001 | 100010 | 1001001 | 1110 | 111101 |
Color Harmonies of #A3A98D
Complementary color
Monochromatic Colors of #A3A98D
Black with #A3A98D
Text Example
Text Example
White with #A3A98D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A98D; }
p { color: rgb(163,169,141); }
H1.HeaderClassName
{
color: #A3A98D;
}
.AnyTagClassName
{
color: #A3A98D;
}
</style>
background-color css
<style>
a { background-color: #A3A98D; }
a { background-color: rgb(163,169,141); }
div.DivClassName
{
background-color: #A3A98D;
}
.BgClassName
{
background-color: #A3A98D;
}
</style>
border-color css
<style>
span { border-color: #A3A98D; }
span { border-color: rgb(163,169,141); }
td.TdClassName
{
border-color: #A3A98D;
}
.TagClassName
{
border-color: #A3A98D;
}
</style>