Shades of Bud #A4A888
Tints of Bud #A4A888
RGB
CMYK
RGB Variations
Color information
#A4A888 (or 0xA4A888) is known color: Bud. HEX triplet: A4, A8 and 88. RGB value is (164,168,136). Sum of RGB (Red+Green+Blue) = 164+168+136=468 (61% of max value = 765). Red value is 164 (64.45% from 255 or 35.04% from 468); Green value is 168 (66.02% from 255 or 35.90% from 468); Blue value is 136 (53.52% from 255 or 29.06% from 468); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A888 is #5B5777. Grayscale: #A3A3A3. Windows color (decimal): -5986168 or 8956068. OLE color: 8956068.
HSL color Cylindrical-coordinate representation of color #A4A888: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A4A888 is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 136 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.34 |
| HSL | 67.5º | 0.16% | 0.6% | - |
| HSV(B) | 67.5º | 0.19% | 0.66% | - |
| XYZ | 33.76 | 37.68 | 28.79 | - |
| YUV | 163.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 136 | 0.02 | 0 | 0.19 | 0.34 | 67.5 | 0.16 | 0.6 |
| Hex | A4 | A8 | 88 | 2 | 0 | 13 | 22 | 44 | 10 | 3C |
| Octal | 244 | 250 | 210 | 2 | 0 | 23 | 42 | 104 | 20 | 74 |
| Binary | 10100100 | 10101000 | 10001000 | 10 | 0 | 10011 | 100010 | 1000100 | 10000 | 111100 |
Color Harmonies of #A4A888
Complementary color
Monochromatic Colors of #A4A888
Black with #A4A888
Text Example
Text Example
White with #A4A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A888; }
p { color: rgb(164,168,136); }
H1.HeaderClassName
{
color: #A4A888;
}
.AnyTagClassName
{
color: #A4A888;
}
</style>
background-color css
<style>
a { background-color: #A4A888; }
a { background-color: rgb(164,168,136); }
div.DivClassName
{
background-color: #A4A888;
}
.BgClassName
{
background-color: #A4A888;
}
</style>
border-color css
<style>
span { border-color: #A4A888; }
span { border-color: rgb(164,168,136); }
td.TdClassName
{
border-color: #A4A888;
}
.TagClassName
{
border-color: #A4A888;
}
</style>