Shades of Bud #A4A88D
Tints of Bud #A4A88D
RGB
CMYK
RGB Variations
Color information
#A4A88D (or 0xA4A88D) is known color: Bud. HEX triplet: A4, A8 and 8D. RGB value is (164,168,141). Sum of RGB (Red+Green+Blue) = 164+168+141=473 (62% of max value = 765). Red value is 164 (64.45% from 255 or 34.67% from 473); Green value is 168 (66.02% from 255 or 35.52% from 473); Blue value is 141 (55.47% from 255 or 29.81% from 473); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A88D is #5B5772. Grayscale: #A3A3A3. Windows color (decimal): -5986163 or 9283748. OLE color: 9283748.
HSL color Cylindrical-coordinate representation of color #A4A88D: hue angle of 68.89º 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 #A4A88D is Cyan = 0.02, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 141 | - |
| CMYK | 0.02 | 0 | 0.16 | 0.34 |
| HSL | 68.89º | 0.13% | 0.61% | - |
| HSV(B) | 68.89º | 0.16% | 0.66% | - |
| XYZ | 34.12 | 37.82 | 30.7 | - |
| YUV | 163.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 141 | 0.02 | 0 | 0.16 | 0.34 | 68.89 | 0.13 | 0.61 |
| Hex | A4 | A8 | 8D | 2 | 0 | 10 | 22 | 45 | D | 3D |
| Octal | 244 | 250 | 215 | 2 | 0 | 20 | 42 | 105 | 15 | 75 |
| Binary | 10100100 | 10101000 | 10001101 | 10 | 0 | 10000 | 100010 | 1000101 | 1101 | 111101 |
Color Harmonies of #A4A88D
Complementary color
Monochromatic Colors of #A4A88D
Black with #A4A88D
Text Example
Text Example
White with #A4A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A88D; }
p { color: rgb(164,168,141); }
H1.HeaderClassName
{
color: #A4A88D;
}
.AnyTagClassName
{
color: #A4A88D;
}
</style>
background-color css
<style>
a { background-color: #A4A88D; }
a { background-color: rgb(164,168,141); }
div.DivClassName
{
background-color: #A4A88D;
}
.BgClassName
{
background-color: #A4A88D;
}
</style>
border-color css
<style>
span { border-color: #A4A88D; }
span { border-color: rgb(164,168,141); }
td.TdClassName
{
border-color: #A4A88D;
}
.TagClassName
{
border-color: #A4A88D;
}
</style>