Shades of Bud #A3A48D
Tints of Bud #A3A48D
RGB
CMYK
RGB Variations
Color information
#A3A48D (or 0xA3A48D) is known color: Bud. HEX triplet: A3, A4 and 8D. RGB value is (163,164,141). Sum of RGB (Red+Green+Blue) = 163+164+141=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 141 (55.47% from 255 or 30.13% from 468); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A48D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A48D is #5C5B72. Grayscale: #A1A1A1. Windows color (decimal): -6052723 or 9282723. OLE color: 9282723.
HSL color Cylindrical-coordinate representation of color #A3A48D: hue angle of 62.61º degrees, saturation: 0.11, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A3A48D is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 141 | - |
| CMYK | 0.01 | 0 | 0.14 | 0.36 |
| HSL | 62.61º | 0.11% | 0.6% | - |
| HSV(B) | 62.61º | 0.14% | 0.64% | - |
| XYZ | 33.19 | 36.26 | 30.45 | - |
| YUV | 161.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 141 | 0.01 | 0 | 0.14 | 0.36 | 62.61 | 0.11 | 0.6 |
| Hex | A3 | A4 | 8D | 1 | 0 | E | 24 | 3F | B | 3C |
| Octal | 243 | 244 | 215 | 1 | 0 | 16 | 44 | 77 | 13 | 74 |
| Binary | 10100011 | 10100100 | 10001101 | 1 | 0 | 1110 | 100100 | 111111 | 1011 | 111100 |
Color Harmonies of #A3A48D
Complementary color
Monochromatic Colors of #A3A48D
Black with #A3A48D
Text Example
Text Example
White with #A3A48D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A48D; }
p { color: rgb(163,164,141); }
H1.HeaderClassName
{
color: #A3A48D;
}
.AnyTagClassName
{
color: #A3A48D;
}
</style>
background-color css
<style>
a { background-color: #A3A48D; }
a { background-color: rgb(163,164,141); }
div.DivClassName
{
background-color: #A3A48D;
}
.BgClassName
{
background-color: #A3A48D;
}
</style>
border-color css
<style>
span { border-color: #A3A48D; }
span { border-color: rgb(163,164,141); }
td.TdClassName
{
border-color: #A3A48D;
}
.TagClassName
{
border-color: #A3A48D;
}
</style>