Shades of Bud #A3A789
Tints of Bud #A3A789
RGB
CMYK
RGB Variations
Color information
#A3A789 (or 0xA3A789) is known color: Bud. HEX triplet: A3, A7 and 89. RGB value is (163,167,137). Sum of RGB (Red+Green+Blue) = 163+167+137=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 167 (65.62% from 255 or 35.76% from 467); Blue value is 137 (53.91% from 255 or 29.34% from 467); Max value from RGB is 167 - color contains mainly: green. Hex color #A3A789 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A789 is #5C5876. Grayscale: #A2A2A2. Windows color (decimal): -6051959 or 9021347. OLE color: 9021347.
HSL color Cylindrical-coordinate representation of color #A3A789: hue angle of 68º degrees, saturation: 0.15, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A3A789 is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 163 | 167 | 137 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.35 |
| HSL | 68º | 0.15% | 0.6% | - |
| HSV(B) | 68º | 0.18% | 0.65% | - |
| XYZ | 33.44 | 37.23 | 29.09 | - |
| YUV | 162.38 | 113.67 | 128.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 167 | 137 | 0.02 | 0 | 0.18 | 0.35 | 68 | 0.15 | 0.6 |
| Hex | A3 | A7 | 89 | 2 | 0 | 12 | 23 | 44 | F | 3C |
| Octal | 243 | 247 | 211 | 2 | 0 | 22 | 43 | 104 | 17 | 74 |
| Binary | 10100011 | 10100111 | 10001001 | 10 | 0 | 10010 | 100011 | 1000100 | 1111 | 111100 |
Color Harmonies of #A3A789
Complementary color
Monochromatic Colors of #A3A789
Black with #A3A789
Text Example
Text Example
White with #A3A789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A789; }
p { color: rgb(163,167,137); }
H1.HeaderClassName
{
color: #A3A789;
}
.AnyTagClassName
{
color: #A3A789;
}
</style>
background-color css
<style>
a { background-color: #A3A789; }
a { background-color: rgb(163,167,137); }
div.DivClassName
{
background-color: #A3A789;
}
.BgClassName
{
background-color: #A3A789;
}
</style>
border-color css
<style>
span { border-color: #A3A789; }
span { border-color: rgb(163,167,137); }
td.TdClassName
{
border-color: #A3A789;
}
.TagClassName
{
border-color: #A3A789;
}
</style>