Shades of Bud #A3A893
Tints of Bud #A3A893
RGB
CMYK
RGB Variations
Color information
#A3A893 (or 0xA3A893) is known color: Bud. HEX triplet: A3, A8 and 93. RGB value is (163,168,147). Sum of RGB (Red+Green+Blue) = 163+168+147=478 (63% of max value = 765). Red value is 163 (64.06% from 255 or 34.10% from 478); Green value is 168 (66.02% from 255 or 35.15% from 478); Blue value is 147 (57.81% from 255 or 30.75% from 478); Max value from RGB is 168 - color contains mainly: green. Hex color #A3A893 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A893 is #5C576C. Grayscale: #A4A4A4. Windows color (decimal): -6051693 or 9676963. OLE color: 9676963.
HSL color Cylindrical-coordinate representation of color #A3A893: hue angle of 74.29º degrees, saturation: 0.11, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #A3A893 is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 163 | 168 | 147 | - |
| CMYK | 0.03 | 0 | 0.13 | 0.34 |
| HSL | 74.29º | 0.11% | 0.62% | - |
| HSV(B) | 74.29º | 0.13% | 0.66% | - |
| XYZ | 34.37 | 37.9 | 33.11 | - |
| YUV | 164.11 | 118.34 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 168 | 147 | 0.03 | 0 | 0.13 | 0.34 | 74.29 | 0.11 | 0.62 |
| Hex | A3 | A8 | 93 | 3 | 0 | D | 22 | 4A | B | 3E |
| Octal | 243 | 250 | 223 | 3 | 0 | 15 | 42 | 112 | 13 | 76 |
| Binary | 10100011 | 10101000 | 10010011 | 11 | 0 | 1101 | 100010 | 1001010 | 1011 | 111110 |
Color Harmonies of #A3A893
Complementary color
Monochromatic Colors of #A3A893
Black with #A3A893
Text Example
Text Example
White with #A3A893
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A893; }
p { color: rgb(163,168,147); }
H1.HeaderClassName
{
color: #A3A893;
}
.AnyTagClassName
{
color: #A3A893;
}
</style>
background-color css
<style>
a { background-color: #A3A893; }
a { background-color: rgb(163,168,147); }
div.DivClassName
{
background-color: #A3A893;
}
.BgClassName
{
background-color: #A3A893;
}
</style>
border-color css
<style>
span { border-color: #A3A893; }
span { border-color: rgb(163,168,147); }
td.TdClassName
{
border-color: #A3A893;
}
.TagClassName
{
border-color: #A3A893;
}
</style>