Shades of Bud #A3A794
Tints of Bud #A3A794
RGB
CMYK
RGB Variations
Color information
#A3A794 (or 0xA3A794) is known color: Bud. HEX triplet: A3, A7 and 94. RGB value is (163,167,148). Sum of RGB (Red+Green+Blue) = 163+167+148=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 148 (58.20% from 255 or 30.96% from 478); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A794 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A794 is #5C586B. Grayscale: #A3A3A3. Windows color (decimal): -6051948 or 9742243. OLE color: 9742243.
HSL color Cylindrical-coordinate representation of color #A3A794: hue angle of 72.63º degrees, saturation: 0.1, 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 #A3A794 is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 167 | 148 | - |
| CMYK | 0.02 | 0 | 0.11 | 0.35 |
| HSL | 72.63º | 0.1% | 0.62% | - |
| HSV(B) | 72.63º | 0.11% | 0.65% | - |
| XYZ | 34.27 | 37.56 | 33.46 | - |
| YUV | 163.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 148 | 0.02 | 0 | 0.11 | 0.35 | 72.63 | 0.1 | 0.62 |
| Hex | A3 | A7 | 94 | 2 | 0 | B | 23 | 49 | A | 3E |
| Octal | 243 | 247 | 224 | 2 | 0 | 13 | 43 | 111 | 12 | 76 |
| Binary | 10100011 | 10100111 | 10010100 | 10 | 0 | 1011 | 100011 | 1001001 | 1010 | 111110 |
Color Harmonies of #A3A794
Complementary color
Monochromatic Colors of #A3A794
Black with #A3A794
Text Example
Text Example
White with #A3A794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A794; }
p { color: rgb(163,167,148); }
H1.HeaderClassName
{
color: #A3A794;
}
.AnyTagClassName
{
color: #A3A794;
}
</style>
background-color css
<style>
a { background-color: #A3A794; }
a { background-color: rgb(163,167,148); }
div.DivClassName
{
background-color: #A3A794;
}
.BgClassName
{
background-color: #A3A794;
}
</style>
border-color css
<style>
span { border-color: #A3A794; }
span { border-color: rgb(163,167,148); }
td.TdClassName
{
border-color: #A3A794;
}
.TagClassName
{
border-color: #A3A794;
}
</style>