Shades of Bud #A3A691
Tints of Bud #A3A691
RGB
CMYK
RGB Variations
Color information
#A3A691 (or 0xA3A691) is known color: Bud. HEX triplet: A3, A6 and 91. RGB value is (163,166,145). Sum of RGB (Red+Green+Blue) = 163+166+145=474 (62% of max value = 765). Red value is 163 (64.06% from 255 or 34.39% from 474); Green value is 166 (65.23% from 255 or 35.02% from 474); Blue value is 145 (57.03% from 255 or 30.59% from 474); Max value from RGB is 166 - color contains mainly: green. Hex color #A3A691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A691 is #5C596E. Grayscale: #A2A2A2. Windows color (decimal): -6052207 or 9545379. OLE color: 9545379.
HSL color Cylindrical-coordinate representation of color #A3A691: hue angle of 68.57º degrees, saturation: 0.11, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3A691 is Cyan = 0.02, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 166 | 145 | - |
| CMYK | 0.02 | 0 | 0.13 | 0.35 |
| HSL | 68.57º | 0.11% | 0.61% | - |
| HSV(B) | 68.57º | 0.13% | 0.65% | - |
| XYZ | 33.85 | 37.1 | 32.17 | - |
| YUV | 162.71 | 118.01 | 128.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 166 | 145 | 0.02 | 0 | 0.13 | 0.35 | 68.57 | 0.11 | 0.61 |
| Hex | A3 | A6 | 91 | 2 | 0 | D | 23 | 45 | B | 3D |
| Octal | 243 | 246 | 221 | 2 | 0 | 15 | 43 | 105 | 13 | 75 |
| Binary | 10100011 | 10100110 | 10010001 | 10 | 0 | 1101 | 100011 | 1000101 | 1011 | 111101 |
Color Harmonies of #A3A691
Complementary color
Monochromatic Colors of #A3A691
Black with #A3A691
Text Example
Text Example
White with #A3A691
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A691; }
p { color: rgb(163,166,145); }
H1.HeaderClassName
{
color: #A3A691;
}
.AnyTagClassName
{
color: #A3A691;
}
</style>
background-color css
<style>
a { background-color: #A3A691; }
a { background-color: rgb(163,166,145); }
div.DivClassName
{
background-color: #A3A691;
}
.BgClassName
{
background-color: #A3A691;
}
</style>
border-color css
<style>
span { border-color: #A3A691; }
span { border-color: rgb(163,166,145); }
td.TdClassName
{
border-color: #A3A691;
}
.TagClassName
{
border-color: #A3A691;
}
</style>