Shades of Bud #A1A988
Tints of Bud #A1A988
RGB
CMYK
RGB Variations
Color information
#A1A988 (or 0xA1A988) is known color: Bud. HEX triplet: A1, A9 and 88. RGB value is (161,169,136). Sum of RGB (Red+Green+Blue) = 161+169+136=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 136 (53.52% from 255 or 29.18% from 466); Max value from RGB is 169 - color contains mainly: green. Hex color #A1A988 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1A988 is #5E5677. Grayscale: #A2A2A2. Windows color (decimal): -6182520 or 8956321. OLE color: 8956321.
HSL color Cylindrical-coordinate representation of color #A1A988: hue angle of 74.55º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1A988 is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 161 | 169 | 136 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.34 |
| HSL | 74.55º | 0.16% | 0.6% | - |
| HSV(B) | 74.55º | 0.2% | 0.66% | - |
| XYZ | 33.33 | 37.73 | 28.82 | - |
| YUV | 162.85 | 112.85 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 169 | 136 | 0.05 | 0 | 0.20 | 0.34 | 74.55 | 0.16 | 0.6 |
| Hex | A1 | A9 | 88 | 5 | 0 | 14 | 22 | 4B | 10 | 3C |
| Octal | 241 | 251 | 210 | 5 | 0 | 24 | 42 | 113 | 20 | 74 |
| Binary | 10100001 | 10101001 | 10001000 | 101 | 0 | 10100 | 100010 | 1001011 | 10000 | 111100 |
Color Harmonies of #A1A988
Complementary color
Monochromatic Colors of #A1A988
Black with #A1A988
Text Example
Text Example
White with #A1A988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1A988; }
p { color: rgb(161,169,136); }
H1.HeaderClassName
{
color: #A1A988;
}
.AnyTagClassName
{
color: #A1A988;
}
</style>
background-color css
<style>
a { background-color: #A1A988; }
a { background-color: rgb(161,169,136); }
div.DivClassName
{
background-color: #A1A988;
}
.BgClassName
{
background-color: #A1A988;
}
</style>
border-color css
<style>
span { border-color: #A1A988; }
span { border-color: rgb(161,169,136); }
td.TdClassName
{
border-color: #A1A988;
}
.TagClassName
{
border-color: #A1A988;
}
</style>