Shades of Bud #A4A797
Tints of Bud #A4A797
RGB
CMYK
RGB Variations
Color information
#A4A797 (or 0xA4A797) is known color: Bud. HEX triplet: A4, A7 and 97. RGB value is (164,167,151). Sum of RGB (Red+Green+Blue) = 164+167+151=482 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.02% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 151 (59.38% from 255 or 31.33% from 482); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A797 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A797 is #5B5868. Grayscale: #A4A4A4. Windows color (decimal): -5986409 or 9938852. OLE color: 9938852.
HSL color Cylindrical-coordinate representation of color #A4A797: hue angle of 71.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #A4A797 is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 151 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.35 |
| HSL | 71.25º | 0.08% | 0.62% | - |
| HSV(B) | 71.25º | 0.1% | 0.65% | - |
| XYZ | 34.71 | 37.76 | 34.74 | - |
| YUV | 164.28 | 120.51 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 151 | 0.02 | 0 | 0.10 | 0.35 | 71.25 | 0.08 | 0.62 |
| Hex | A4 | A7 | 97 | 2 | 0 | A | 23 | 47 | 8 | 3E |
| Octal | 244 | 247 | 227 | 2 | 0 | 12 | 43 | 107 | 10 | 76 |
| Binary | 10100100 | 10100111 | 10010111 | 10 | 0 | 1010 | 100011 | 1000111 | 1000 | 111110 |
Color Harmonies of #A4A797
Complementary color
Monochromatic Colors of #A4A797
Black with #A4A797
Text Example
Text Example
White with #A4A797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A797; }
p { color: rgb(164,167,151); }
H1.HeaderClassName
{
color: #A4A797;
}
.AnyTagClassName
{
color: #A4A797;
}
</style>
background-color css
<style>
a { background-color: #A4A797; }
a { background-color: rgb(164,167,151); }
div.DivClassName
{
background-color: #A4A797;
}
.BgClassName
{
background-color: #A4A797;
}
</style>
border-color css
<style>
span { border-color: #A4A797; }
span { border-color: rgb(164,167,151); }
td.TdClassName
{
border-color: #A4A797;
}
.TagClassName
{
border-color: #A4A797;
}
</style>