Shades of Bud #A4A795
Tints of Bud #A4A795
RGB
CMYK
RGB Variations
Color information
#A4A795 (or 0xA4A795) is known color: Bud. HEX triplet: A4, A7 and 95. RGB value is (164,167,149). Sum of RGB (Red+Green+Blue) = 164+167+149=480 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.17% from 480); Green value is 167 (65.62% from 255 or 34.79% from 480); Blue value is 149 (58.59% from 255 or 31.04% from 480); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A795 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A795 is #5B586A. Grayscale: #A4A4A4. Windows color (decimal): -5986411 or 9807780. OLE color: 9807780.
HSL color Cylindrical-coordinate representation of color #A4A795: hue angle of 70º degrees, saturation: 0.09, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #A4A795 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 149 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.35 |
| HSL | 70º | 0.09% | 0.62% | - |
| HSV(B) | 70º | 0.11% | 0.65% | - |
| XYZ | 34.55 | 37.7 | 33.89 | - |
| YUV | 164.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 149 | 0.02 | 0 | 0.11 | 0.35 | 70 | 0.09 | 0.62 |
| Hex | A4 | A7 | 95 | 2 | 0 | B | 23 | 46 | 9 | 3E |
| Octal | 244 | 247 | 225 | 2 | 0 | 13 | 43 | 106 | 11 | 76 |
| Binary | 10100100 | 10100111 | 10010101 | 10 | 0 | 1011 | 100011 | 1000110 | 1001 | 111110 |
Color Harmonies of #A4A795
Complementary color
Monochromatic Colors of #A4A795
Black with #A4A795
Text Example
Text Example
White with #A4A795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A795; }
p { color: rgb(164,167,149); }
H1.HeaderClassName
{
color: #A4A795;
}
.AnyTagClassName
{
color: #A4A795;
}
</style>
background-color css
<style>
a { background-color: #A4A795; }
a { background-color: rgb(164,167,149); }
div.DivClassName
{
background-color: #A4A795;
}
.BgClassName
{
background-color: #A4A795;
}
</style>
border-color css
<style>
span { border-color: #A4A795; }
span { border-color: rgb(164,167,149); }
td.TdClassName
{
border-color: #A4A795;
}
.TagClassName
{
border-color: #A4A795;
}
</style>