Shades of Bud #A1AA85
Tints of Bud #A1AA85
RGB
CMYK
RGB Variations
Color information
#A1AA85 (or 0xA1AA85) is known color: Bud. HEX triplet: A1, AA and 85. RGB value is (161,170,133). Sum of RGB (Red+Green+Blue) = 161+170+133=464 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.70% from 464); Green value is 170 (66.80% from 255 or 36.64% from 464); Blue value is 133 (52.34% from 255 or 28.66% from 464); Max value from RGB is 170 - color contains mainly: green. Hex color #A1AA85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1AA85 is #5E557A. Grayscale: #A3A3A3. Windows color (decimal): -6182267 or 8759969. OLE color: 8759969.
HSL color Cylindrical-coordinate representation of color #A1AA85: hue angle of 74.59º degrees, saturation: 0.18, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A1AA85 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 161 | 170 | 133 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.33 |
| HSL | 74.59º | 0.18% | 0.59% | - |
| HSV(B) | 74.59º | 0.22% | 0.67% | - |
| XYZ | 33.31 | 38.02 | 27.77 | - |
| YUV | 163.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 170 | 133 | 0.05 | 0 | 0.22 | 0.33 | 74.59 | 0.18 | 0.59 |
| Hex | A1 | AA | 85 | 5 | 0 | 16 | 21 | 4B | 12 | 3B |
| Octal | 241 | 252 | 205 | 5 | 0 | 26 | 41 | 113 | 22 | 73 |
| Binary | 10100001 | 10101010 | 10000101 | 101 | 0 | 10110 | 100001 | 1001011 | 10010 | 111011 |
Color Harmonies of #A1AA85
Complementary color
Monochromatic Colors of #A1AA85
Black with #A1AA85
Text Example
Text Example
White with #A1AA85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1AA85; }
p { color: rgb(161,170,133); }
H1.HeaderClassName
{
color: #A1AA85;
}
.AnyTagClassName
{
color: #A1AA85;
}
</style>
background-color css
<style>
a { background-color: #A1AA85; }
a { background-color: rgb(161,170,133); }
div.DivClassName
{
background-color: #A1AA85;
}
.BgClassName
{
background-color: #A1AA85;
}
</style>
border-color css
<style>
span { border-color: #A1AA85; }
span { border-color: rgb(161,170,133); }
td.TdClassName
{
border-color: #A1AA85;
}
.TagClassName
{
border-color: #A1AA85;
}
</style>