Shades of Bud #A4A891
Tints of Bud #A4A891
RGB
CMYK
RGB Variations
Color information
#A4A891 (or 0xA4A891) is known color: Bud. HEX triplet: A4, A8 and 91. RGB value is (164,168,145). Sum of RGB (Red+Green+Blue) = 164+168+145=477 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.38% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 145 (57.03% from 255 or 30.40% from 477); Max value from RGB is 168 - color contains mainly: green. Hex color #A4A891 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A891 is #5B576E. Grayscale: #A4A4A4. Windows color (decimal): -5986159 or 9545892. OLE color: 9545892.
HSL color Cylindrical-coordinate representation of color #A4A891: hue angle of 70.43º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #A4A891 is Cyan = 0.02, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 164 | 168 | 145 | - |
| CMYK | 0.02 | 0 | 0.14 | 0.34 |
| HSL | 70.43º | 0.12% | 0.61% | - |
| HSV(B) | 70.43º | 0.14% | 0.66% | - |
| XYZ | 34.42 | 37.94 | 32.3 | - |
| YUV | 164.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 168 | 145 | 0.02 | 0 | 0.14 | 0.34 | 70.43 | 0.12 | 0.61 |
| Hex | A4 | A8 | 91 | 2 | 0 | E | 22 | 46 | C | 3D |
| Octal | 244 | 250 | 221 | 2 | 0 | 16 | 42 | 106 | 14 | 75 |
| Binary | 10100100 | 10101000 | 10010001 | 10 | 0 | 1110 | 100010 | 1000110 | 1100 | 111101 |
Color Harmonies of #A4A891
Complementary color
Monochromatic Colors of #A4A891
Black with #A4A891
Text Example
Text Example
White with #A4A891
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A891; }
p { color: rgb(164,168,145); }
H1.HeaderClassName
{
color: #A4A891;
}
.AnyTagClassName
{
color: #A4A891;
}
</style>
background-color css
<style>
a { background-color: #A4A891; }
a { background-color: rgb(164,168,145); }
div.DivClassName
{
background-color: #A4A891;
}
.BgClassName
{
background-color: #A4A891;
}
</style>
border-color css
<style>
span { border-color: #A4A891; }
span { border-color: rgb(164,168,145); }
td.TdClassName
{
border-color: #A4A891;
}
.TagClassName
{
border-color: #A4A891;
}
</style>