Shades of Bud #AAAC8D
Tints of Bud #AAAC8D
RGB
CMYK
RGB Variations
Color information
#AAAC8D (or 0xAAAC8D) is known color: Bud. HEX triplet: AA, AC and 8D. RGB value is (170,172,141). Sum of RGB (Red+Green+Blue) = 170+172+141=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 172 (67.58% from 255 or 35.61% from 483); Blue value is 141 (55.47% from 255 or 29.19% from 483); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC8D is #555372. Grayscale: #A7A7A7. Windows color (decimal): -5591923 or 9284778. OLE color: 9284778.
HSL color Cylindrical-coordinate representation of color #AAAC8D: hue angle of 63.87º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAAC8D is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 141 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.33 |
| HSL | 63.87º | 0.16% | 0.61% | - |
| HSV(B) | 63.87º | 0.18% | 0.67% | - |
| XYZ | 36.14 | 39.97 | 31.01 | - |
| YUV | 167.87 | 112.84 | 129.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 141 | 0.01 | 0 | 0.18 | 0.33 | 63.87 | 0.16 | 0.61 |
| Hex | AA | AC | 8D | 1 | 0 | 12 | 21 | 40 | 10 | 3D |
| Octal | 252 | 254 | 215 | 1 | 0 | 22 | 41 | 100 | 20 | 75 |
| Binary | 10101010 | 10101100 | 10001101 | 1 | 0 | 10010 | 100001 | 1000000 | 10000 | 111101 |
Color Harmonies of #AAAC8D
Complementary color
Monochromatic Colors of #AAAC8D
Black with #AAAC8D
Text Example
Text Example
White with #AAAC8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC8D; }
p { color: rgb(170,172,141); }
H1.HeaderClassName
{
color: #AAAC8D;
}
.AnyTagClassName
{
color: #AAAC8D;
}
</style>
background-color css
<style>
a { background-color: #AAAC8D; }
a { background-color: rgb(170,172,141); }
div.DivClassName
{
background-color: #AAAC8D;
}
.BgClassName
{
background-color: #AAAC8D;
}
</style>
border-color css
<style>
span { border-color: #AAAC8D; }
span { border-color: rgb(170,172,141); }
td.TdClassName
{
border-color: #AAAC8D;
}
.TagClassName
{
border-color: #AAAC8D;
}
</style>