Shades of Bud #A1AC89
Tints of Bud #A1AC89
RGB
CMYK
RGB Variations
Color information
#A1AC89 (or 0xA1AC89) is known color: Bud. HEX triplet: A1, AC and 89. RGB value is (161,172,137). Sum of RGB (Red+Green+Blue) = 161+172+137=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 172 (67.58% from 255 or 36.60% from 470); Blue value is 137 (53.91% from 255 or 29.15% from 470); Max value from RGB is 172 - color contains mainly: green. Hex color #A1AC89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AC89 is #5E5376. Grayscale: #A4A4A4. Windows color (decimal): -6181751 or 9022625. OLE color: 9022625.
HSL color Cylindrical-coordinate representation of color #A1AC89: hue angle of 78.86º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1AC89 is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 172 | 137 | - |
| CMYK | 0.06 | 0 | 0.20 | 0.33 |
| HSL | 78.86º | 0.17% | 0.61% | - |
| HSV(B) | 78.86º | 0.2% | 0.67% | - |
| XYZ | 33.97 | 38.89 | 29.38 | - |
| YUV | 164.72 | 112.36 | 125.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 172 | 137 | 0.06 | 0 | 0.20 | 0.33 | 78.86 | 0.17 | 0.61 |
| Hex | A1 | AC | 89 | 6 | 0 | 14 | 21 | 4F | 11 | 3D |
| Octal | 241 | 254 | 211 | 6 | 0 | 24 | 41 | 117 | 21 | 75 |
| Binary | 10100001 | 10101100 | 10001001 | 110 | 0 | 10100 | 100001 | 1001111 | 10001 | 111101 |
Color Harmonies of #A1AC89
Complementary color
Monochromatic Colors of #A1AC89
Black with #A1AC89
Text Example
Text Example
White with #A1AC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AC89; }
p { color: rgb(161,172,137); }
H1.HeaderClassName
{
color: #A1AC89;
}
.AnyTagClassName
{
color: #A1AC89;
}
</style>
background-color css
<style>
a { background-color: #A1AC89; }
a { background-color: rgb(161,172,137); }
div.DivClassName
{
background-color: #A1AC89;
}
.BgClassName
{
background-color: #A1AC89;
}
</style>
border-color css
<style>
span { border-color: #A1AC89; }
span { border-color: rgb(161,172,137); }
td.TdClassName
{
border-color: #A1AC89;
}
.TagClassName
{
border-color: #A1AC89;
}
</style>