Shades of Bud #A3A38E
Tints of Bud #A3A38E
RGB
CMYK
RGB Variations
Color information
#A3A38E (or 0xA3A38E) is known color: Bud. HEX triplet: A3, A3 and 8E. RGB value is (163,163,142). Sum of RGB (Red+Green+Blue) = 163+163+142=468 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.83% from 468); Green value is 163 (64.06% from 255 or 34.83% from 468); Blue value is 142 (55.86% from 255 or 30.34% from 468); Max value from RGB is 163 - color contains mainly: red, green. Hex color #A3A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A38E is #5C5C71. Grayscale: #A0A0A0. Windows color (decimal): -6052978 or 9348003. OLE color: 9348003.
HSL color Cylindrical-coordinate representation of color #A3A38E: hue angle of 60º degrees, saturation: 0.1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #A3A38E is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 163 | 142 | - |
| CMYK | 0 | 0 | 0.13 | 0.36 |
| HSL | 60º | 0.1% | 0.6% | - |
| HSV(B) | 60º | 0.13% | 0.64% | - |
| XYZ | 33.08 | 35.93 | 30.78 | - |
| YUV | 160.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 163 | 142 | 0 | 0 | 0.13 | 0.36 | 60 | 0.1 | 0.6 |
| Hex | A3 | A3 | 8E | 0 | 0 | D | 24 | 3C | A | 3C |
| Octal | 243 | 243 | 216 | 0 | 0 | 15 | 44 | 74 | 12 | 74 |
| Binary | 10100011 | 10100011 | 10001110 | 0 | 0 | 1101 | 100100 | 111100 | 1010 | 111100 |
Color Harmonies of #A3A38E
Complementary color
Monochromatic Colors of #A3A38E
Black with #A3A38E
Text Example
Text Example
White with #A3A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A38E; }
p { color: rgb(163,163,142); }
H1.HeaderClassName
{
color: #A3A38E;
}
.AnyTagClassName
{
color: #A3A38E;
}
</style>
background-color css
<style>
a { background-color: #A3A38E; }
a { background-color: rgb(163,163,142); }
div.DivClassName
{
background-color: #A3A38E;
}
.BgClassName
{
background-color: #A3A38E;
}
</style>
border-color css
<style>
span { border-color: #A3A38E; }
span { border-color: rgb(163,163,142); }
td.TdClassName
{
border-color: #A3A38E;
}
.TagClassName
{
border-color: #A3A38E;
}
</style>