Shades of Bud #A1A38B
Tints of Bud #A1A38B
RGB
CMYK
RGB Variations
Color information
#A1A38B (or 0xA1A38B) is known color: Bud. HEX triplet: A1, A3 and 8B. RGB value is (161,163,139). Sum of RGB (Red+Green+Blue) = 161+163+139=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 163 (64.06% from 255 or 35.21% from 463); Blue value is 139 (54.69% from 255 or 30.02% from 463); Max value from RGB is 163 - color contains mainly: green. Hex color #A1A38B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A38B is #5E5C74. Grayscale: #9F9F9F. Windows color (decimal): -6184053 or 9151393. OLE color: 9151393.
HSL color Cylindrical-coordinate representation of color #A1A38B: hue angle of 65º 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 #A1A38B is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 161 | 163 | 139 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.36 |
| HSL | 65º | 0.12% | 0.59% | - |
| HSV(B) | 65º | 0.15% | 0.64% | - |
| XYZ | 32.46 | 35.64 | 29.59 | - |
| YUV | 159.67 | 116.34 | 128.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 163 | 139 | 0.01 | 0 | 0.15 | 0.36 | 65 | 0.12 | 0.59 |
| Hex | A1 | A3 | 8B | 1 | 0 | F | 24 | 41 | C | 3B |
| Octal | 241 | 243 | 213 | 1 | 0 | 17 | 44 | 101 | 14 | 73 |
| Binary | 10100001 | 10100011 | 10001011 | 1 | 0 | 1111 | 100100 | 1000001 | 1100 | 111011 |
Color Harmonies of #A1A38B
Complementary color
Monochromatic Colors of #A1A38B
Black with #A1A38B
Text Example
Text Example
White with #A1A38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A38B; }
p { color: rgb(161,163,139); }
H1.HeaderClassName
{
color: #A1A38B;
}
.AnyTagClassName
{
color: #A1A38B;
}
</style>
background-color css
<style>
a { background-color: #A1A38B; }
a { background-color: rgb(161,163,139); }
div.DivClassName
{
background-color: #A1A38B;
}
.BgClassName
{
background-color: #A1A38B;
}
</style>
border-color css
<style>
span { border-color: #A1A38B; }
span { border-color: rgb(161,163,139); }
td.TdClassName
{
border-color: #A1A38B;
}
.TagClassName
{
border-color: #A1A38B;
}
</style>