Shades of Bud #A4A793
Tints of Bud #A4A793
RGB
CMYK
RGB Variations
Color information
#A4A793 (or 0xA4A793) is known color: Bud. HEX triplet: A4, A7 and 93. RGB value is (164,167,147). Sum of RGB (Red+Green+Blue) = 164+167+147=478 (63% of max value = 765). Red value is 164 (64.45% from 255 or 34.31% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 167 - color contains mainly: green. Hex color #A4A793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A4A793 is #5B586C. Grayscale: #A3A3A3. Windows color (decimal): -5986413 or 9676708. OLE color: 9676708.
HSL color Cylindrical-coordinate representation of color #A4A793: hue angle of 69º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A4A793 is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 164 | 167 | 147 | - |
| CMYK | 0.02 | 0 | 0.12 | 0.35 |
| HSL | 69º | 0.1% | 0.62% | - |
| HSV(B) | 69º | 0.12% | 0.65% | - |
| XYZ | 34.4 | 37.64 | 33.06 | - |
| YUV | 163.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 167 | 147 | 0.02 | 0 | 0.12 | 0.35 | 69 | 0.1 | 0.62 |
| Hex | A4 | A7 | 93 | 2 | 0 | C | 23 | 45 | A | 3E |
| Octal | 244 | 247 | 223 | 2 | 0 | 14 | 43 | 105 | 12 | 76 |
| Binary | 10100100 | 10100111 | 10010011 | 10 | 0 | 1100 | 100011 | 1000101 | 1010 | 111110 |
Color Harmonies of #A4A793
Complementary color
Monochromatic Colors of #A4A793
Black with #A4A793
Text Example
Text Example
White with #A4A793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4A793; }
p { color: rgb(164,167,147); }
H1.HeaderClassName
{
color: #A4A793;
}
.AnyTagClassName
{
color: #A4A793;
}
</style>
background-color css
<style>
a { background-color: #A4A793; }
a { background-color: rgb(164,167,147); }
div.DivClassName
{
background-color: #A4A793;
}
.BgClassName
{
background-color: #A4A793;
}
</style>
border-color css
<style>
span { border-color: #A4A793; }
span { border-color: rgb(164,167,147); }
td.TdClassName
{
border-color: #A4A793;
}
.TagClassName
{
border-color: #A4A793;
}
</style>