Shades of Bud #A1AA86
Tints of Bud #A1AA86
RGB
CMYK
RGB Variations
Color information
#A1AA86 (or 0xA1AA86) is known color: Bud. HEX triplet: A1, AA and 86. RGB value is (161,170,134). Sum of RGB (Red+Green+Blue) = 161+170+134=465 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.62% from 465); Green value is 170 (66.80% from 255 or 36.56% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA86 is #5E5579. Grayscale: #A3A3A3. Windows color (decimal): -6182266 or 8825505. OLE color: 8825505.
HSL color Cylindrical-coordinate representation of color #A1AA86: hue angle of 75º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A1AA86 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 134 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.33 |
| HSL | 75º | 0.17% | 0.6% | - |
| HSV(B) | 75º | 0.21% | 0.67% | - |
| XYZ | 33.38 | 38.05 | 28.14 | - |
| YUV | 163.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 134 | 0.05 | 0 | 0.21 | 0.33 | 75 | 0.17 | 0.6 |
| Hex | A1 | AA | 86 | 5 | 0 | 15 | 21 | 4B | 11 | 3C |
| Octal | 241 | 252 | 206 | 5 | 0 | 25 | 41 | 113 | 21 | 74 |
| Binary | 10100001 | 10101010 | 10000110 | 101 | 0 | 10101 | 100001 | 1001011 | 10001 | 111100 |
Color Harmonies of #A1AA86
Complementary color
Monochromatic Colors of #A1AA86
Black with #A1AA86
Text Example
Text Example
White with #A1AA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA86; }
p { color: rgb(161,170,134); }
H1.HeaderClassName
{
color: #A1AA86;
}
.AnyTagClassName
{
color: #A1AA86;
}
</style>
background-color css
<style>
a { background-color: #A1AA86; }
a { background-color: rgb(161,170,134); }
div.DivClassName
{
background-color: #A1AA86;
}
.BgClassName
{
background-color: #A1AA86;
}
</style>
border-color css
<style>
span { border-color: #A1AA86; }
span { border-color: rgb(161,170,134); }
td.TdClassName
{
border-color: #A1AA86;
}
.TagClassName
{
border-color: #A1AA86;
}
</style>