Shades of Bud #A1A88D
Tints of Bud #A1A88D
RGB
CMYK
RGB Variations
Color information
#A1A88D (or 0xA1A88D) is known color: Bud. HEX triplet: A1, A8 and 8D. RGB value is (161,168,141). Sum of RGB (Red+Green+Blue) = 161+168+141=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 168 (66.02% from 255 or 35.74% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 168 - color contains mainly: green. Hex color #A1A88D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A88D is #5E5772. Grayscale: #A2A2A2. Windows color (decimal): -6182771 or 9283745. OLE color: 9283745.
HSL color Cylindrical-coordinate representation of color #A1A88D: hue angle of 75.56º degrees, saturation: 0.13, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A1A88D is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 168 | 141 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.34 |
| HSL | 75.56º | 0.13% | 0.61% | - |
| HSV(B) | 75.56º | 0.16% | 0.66% | - |
| XYZ | 33.51 | 37.51 | 30.67 | - |
| YUV | 162.83 | 115.68 | 126.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 168 | 141 | 0.04 | 0 | 0.16 | 0.34 | 75.56 | 0.13 | 0.61 |
| Hex | A1 | A8 | 8D | 4 | 0 | 10 | 22 | 4C | D | 3D |
| Octal | 241 | 250 | 215 | 4 | 0 | 20 | 42 | 114 | 15 | 75 |
| Binary | 10100001 | 10101000 | 10001101 | 100 | 0 | 10000 | 100010 | 1001100 | 1101 | 111101 |
Color Harmonies of #A1A88D
Complementary color
Monochromatic Colors of #A1A88D
Black with #A1A88D
Text Example
Text Example
White with #A1A88D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A88D; }
p { color: rgb(161,168,141); }
H1.HeaderClassName
{
color: #A1A88D;
}
.AnyTagClassName
{
color: #A1A88D;
}
</style>
background-color css
<style>
a { background-color: #A1A88D; }
a { background-color: rgb(161,168,141); }
div.DivClassName
{
background-color: #A1A88D;
}
.BgClassName
{
background-color: #A1A88D;
}
</style>
border-color css
<style>
span { border-color: #A1A88D; }
span { border-color: rgb(161,168,141); }
td.TdClassName
{
border-color: #A1A88D;
}
.TagClassName
{
border-color: #A1A88D;
}
</style>