Shades of Bud #A1AC87
Tints of Bud #A1AC87
RGB
CMYK
RGB Variations
Color information
#A1AC87 (or 0xA1AC87) is known color: Bud. HEX triplet: A1, AC and 87. RGB value is (161,172,135). Sum of RGB (Red+Green+Blue) = 161+172+135=468 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.40% from 468); Green value is 172 (67.58% from 255 or 36.75% from 468); Blue value is 135 (53.12% from 255 or 28.85% from 468); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC87 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC87 is #5E5378. Grayscale: #A4A4A4. Windows color (decimal): -6181753 or 8891553. OLE color: 8891553.
HSL color Cylindrical-coordinate representation of color #A1AC87: hue angle of 77.84º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1AC87 is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 135 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.33 |
| HSL | 77.84º | 0.18% | 0.6% | - |
| HSV(B) | 77.84º | 0.22% | 0.67% | - |
| XYZ | 33.82 | 38.83 | 28.63 | - |
| YUV | 164.49 | 111.36 | 125.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 135 | 0.06 | 0 | 0.22 | 0.33 | 77.84 | 0.18 | 0.6 |
| Hex | A1 | AC | 87 | 6 | 0 | 16 | 21 | 4E | 12 | 3C |
| Octal | 241 | 254 | 207 | 6 | 0 | 26 | 41 | 116 | 22 | 74 |
| Binary | 10100001 | 10101100 | 10000111 | 110 | 0 | 10110 | 100001 | 1001110 | 10010 | 111100 |
Color Harmonies of #A1AC87
Complementary color
Monochromatic Colors of #A1AC87
Black with #A1AC87
Text Example
Text Example
White with #A1AC87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC87; }
p { color: rgb(161,172,135); }
H1.HeaderClassName
{
color: #A1AC87;
}
.AnyTagClassName
{
color: #A1AC87;
}
</style>
background-color css
<style>
a { background-color: #A1AC87; }
a { background-color: rgb(161,172,135); }
div.DivClassName
{
background-color: #A1AC87;
}
.BgClassName
{
background-color: #A1AC87;
}
</style>
border-color css
<style>
span { border-color: #A1AC87; }
span { border-color: rgb(161,172,135); }
td.TdClassName
{
border-color: #A1AC87;
}
.TagClassName
{
border-color: #A1AC87;
}
</style>