Shades of Bud #A1A38E
Tints of Bud #A1A38E
RGB
CMYK
RGB Variations
Color information
#A1A38E (or 0xA1A38E) is known color: Bud. HEX triplet: A1, A3 and 8E. RGB value is (161,163,142). Sum of RGB (Red+Green+Blue) = 161+163+142=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 163 (64.06% from 255 or 34.98% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A38E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A38E is #5E5C71. Grayscale: #A0A0A0. Windows color (decimal): -6184050 or 9348001. OLE color: 9348001.
HSL color Cylindrical-coordinate representation of color #A1A38E: hue angle of 65.71º 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 #A1A38E is Cyan = 0.01, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 142 | - |
| CMYK | 0.01 | 0 | 0.13 | 0.36 |
| HSL | 65.71º | 0.1% | 0.6% | - |
| HSV(B) | 65.71º | 0.13% | 0.64% | - |
| XYZ | 32.68 | 35.72 | 30.76 | - |
| YUV | 160.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 142 | 0.01 | 0 | 0.13 | 0.36 | 65.71 | 0.1 | 0.6 |
| Hex | A1 | A3 | 8E | 1 | 0 | D | 24 | 42 | A | 3C |
| Octal | 241 | 243 | 216 | 1 | 0 | 15 | 44 | 102 | 12 | 74 |
| Binary | 10100001 | 10100011 | 10001110 | 1 | 0 | 1101 | 100100 | 1000010 | 1010 | 111100 |
Color Harmonies of #A1A38E
Complementary color
Monochromatic Colors of #A1A38E
Black with #A1A38E
Text Example
Text Example
White with #A1A38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A38E; }
p { color: rgb(161,163,142); }
H1.HeaderClassName
{
color: #A1A38E;
}
.AnyTagClassName
{
color: #A1A38E;
}
</style>
background-color css
<style>
a { background-color: #A1A38E; }
a { background-color: rgb(161,163,142); }
div.DivClassName
{
background-color: #A1A38E;
}
.BgClassName
{
background-color: #A1A38E;
}
</style>
border-color css
<style>
span { border-color: #A1A38E; }
span { border-color: rgb(161,163,142); }
td.TdClassName
{
border-color: #A1A38E;
}
.TagClassName
{
border-color: #A1A38E;
}
</style>