Shades of Bud #A1AC85
Tints of Bud #A1AC85
RGB
CMYK
RGB Variations
Color information
#A1AC85 (or 0xA1AC85) is known color: Bud. HEX triplet: A1, AC and 85. RGB value is (161,172,133). Sum of RGB (Red+Green+Blue) = 161+172+133=466 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.55% from 466); Green value is 172 (67.58% from 255 or 36.91% from 466); Blue value is 133 (52.34% from 255 or 28.54% from 466); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC85 is #5E537A. Grayscale: #A4A4A4. Windows color (decimal): -6181755 or 8760481. OLE color: 8760481.
HSL color Cylindrical-coordinate representation of color #A1AC85: hue angle of 76.92º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A1AC85 is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 133 | - |
| CMYK | 0.06 | 0 | 0.23 | 0.33 |
| HSL | 76.92º | 0.19% | 0.6% | - |
| HSV(B) | 76.92º | 0.23% | 0.67% | - |
| XYZ | 33.68 | 38.78 | 27.9 | - |
| YUV | 164.27 | 110.36 | 125.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 133 | 0.06 | 0 | 0.23 | 0.33 | 76.92 | 0.19 | 0.6 |
| Hex | A1 | AC | 85 | 6 | 0 | 17 | 21 | 4D | 13 | 3C |
| Octal | 241 | 254 | 205 | 6 | 0 | 27 | 41 | 115 | 23 | 74 |
| Binary | 10100001 | 10101100 | 10000101 | 110 | 0 | 10111 | 100001 | 1001101 | 10011 | 111100 |
Color Harmonies of #A1AC85
Complementary color
Monochromatic Colors of #A1AC85
Black with #A1AC85
Text Example
Text Example
White with #A1AC85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC85; }
p { color: rgb(161,172,133); }
H1.HeaderClassName
{
color: #A1AC85;
}
.AnyTagClassName
{
color: #A1AC85;
}
</style>
background-color css
<style>
a { background-color: #A1AC85; }
a { background-color: rgb(161,172,133); }
div.DivClassName
{
background-color: #A1AC85;
}
.BgClassName
{
background-color: #A1AC85;
}
</style>
border-color css
<style>
span { border-color: #A1AC85; }
span { border-color: rgb(161,172,133); }
td.TdClassName
{
border-color: #A1AC85;
}
.TagClassName
{
border-color: #A1AC85;
}
</style>