Shades of Bud #A3A48B
Tints of Bud #A3A48B
RGB
CMYK
RGB Variations
Color information
#A3A48B (or 0xA3A48B) is known color: Bud. HEX triplet: A3, A4 and 8B. RGB value is (163,164,139). Sum of RGB (Red+Green+Blue) = 163+164+139=466 (61% of max value = 765). Red value is 163 (64.06% from 255 or 34.98% from 466); Green value is 164 (64.45% from 255 or 35.19% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 164 - color contains mainly: green. Hex color #A3A48B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A3A48B is #5C5B74. Grayscale: #A0A0A0. Windows color (decimal): -6052725 or 9151651. OLE color: 9151651.
HSL color Cylindrical-coordinate representation of color #A3A48B: hue angle of 62.4º degrees, saturation: 0.12, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A3A48B is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 164 | 139 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.36 |
| HSL | 62.4º | 0.12% | 0.59% | - |
| HSV(B) | 62.4º | 0.15% | 0.64% | - |
| XYZ | 33.04 | 36.2 | 29.67 | - |
| YUV | 160.85 | 115.67 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 164 | 139 | 0.01 | 0 | 0.15 | 0.36 | 62.4 | 0.12 | 0.59 |
| Hex | A3 | A4 | 8B | 1 | 0 | F | 24 | 3E | C | 3B |
| Octal | 243 | 244 | 213 | 1 | 0 | 17 | 44 | 76 | 14 | 73 |
| Binary | 10100011 | 10100100 | 10001011 | 1 | 0 | 1111 | 100100 | 111110 | 1100 | 111011 |
Color Harmonies of #A3A48B
Complementary color
Monochromatic Colors of #A3A48B
Black with #A3A48B
Text Example
Text Example
White with #A3A48B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3A48B; }
p { color: rgb(163,164,139); }
H1.HeaderClassName
{
color: #A3A48B;
}
.AnyTagClassName
{
color: #A3A48B;
}
</style>
background-color css
<style>
a { background-color: #A3A48B; }
a { background-color: rgb(163,164,139); }
div.DivClassName
{
background-color: #A3A48B;
}
.BgClassName
{
background-color: #A3A48B;
}
</style>
border-color css
<style>
span { border-color: #A3A48B; }
span { border-color: rgb(163,164,139); }
td.TdClassName
{
border-color: #A3A48B;
}
.TagClassName
{
border-color: #A3A48B;
}
</style>