Shades of Bud #A3A888
Tints of Bud #A3A888
RGB
CMYK
RGB Variations
Color information
#A3A888 (or 0xA3A888) is known color: Bud. HEX triplet: A3, A8 and 88. RGB value is (163,168,136). Sum of RGB (Red+Green+Blue) = 163+168+136=467 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.90% from 467); Green value is 168 (66.02% from 255 or 35.97% from 467); Blue value is 136 (53.52% from 255 or 29.12% from 467); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A888 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A888 is #5C5777. Grayscale: #A2A2A2. Windows color (decimal): -6051704 or 8956067. OLE color: 8956067.
HSL color Cylindrical-coordinate representation of color #A3A888: hue angle of 69.38º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A3A888 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 136 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.34 |
| HSL | 69.38º | 0.16% | 0.6% | - |
| HSV(B) | 69.38º | 0.19% | 0.66% | - |
| XYZ | 33.55 | 37.57 | 28.78 | - |
| YUV | 162.86 | 112.84 | 128.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 136 | 0.03 | 0 | 0.19 | 0.34 | 69.38 | 0.16 | 0.6 |
| Hex | A3 | A8 | 88 | 3 | 0 | 13 | 22 | 45 | 10 | 3C |
| Octal | 243 | 250 | 210 | 3 | 0 | 23 | 42 | 105 | 20 | 74 |
| Binary | 10100011 | 10101000 | 10001000 | 11 | 0 | 10011 | 100010 | 1000101 | 10000 | 111100 |
Color Harmonies of #A3A888
Complementary color
Monochromatic Colors of #A3A888
Black with #A3A888
Text Example
Text Example
White with #A3A888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A888; }
p { color: rgb(163,168,136); }
H1.HeaderClassName
{
color: #A3A888;
}
.AnyTagClassName
{
color: #A3A888;
}
</style>
background-color css
<style>
a { background-color: #A3A888; }
a { background-color: rgb(163,168,136); }
div.DivClassName
{
background-color: #A3A888;
}
.BgClassName
{
background-color: #A3A888;
}
</style>
border-color css
<style>
span { border-color: #A3A888; }
span { border-color: rgb(163,168,136); }
td.TdClassName
{
border-color: #A3A888;
}
.TagClassName
{
border-color: #A3A888;
}
</style>