Shades of Bud #AAAC8C
Tints of Bud #AAAC8C
RGB
CMYK
RGB Variations
Color information
#AAAC8C (or 0xAAAC8C) is known color: Bud. HEX triplet: AA, AC and 8C. RGB value is (170,172,140). Sum of RGB (Red+Green+Blue) = 170+172+140=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 172 (67.58% from 255 or 35.68% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC8C is #555373. Grayscale: #A7A7A7. Windows color (decimal): -5591924 or 9219242. OLE color: 9219242.
HSL color Cylindrical-coordinate representation of color #AAAC8C: hue angle of 63.75º degrees, saturation: 0.16, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AAAC8C is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 140 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.33 |
| HSL | 63.75º | 0.16% | 0.61% | - |
| HSV(B) | 63.75º | 0.19% | 0.67% | - |
| XYZ | 36.06 | 39.94 | 30.62 | - |
| YUV | 167.75 | 112.34 | 129.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 140 | 0.01 | 0 | 0.19 | 0.33 | 63.75 | 0.16 | 0.61 |
| Hex | AA | AC | 8C | 1 | 0 | 13 | 21 | 40 | 10 | 3D |
| Octal | 252 | 254 | 214 | 1 | 0 | 23 | 41 | 100 | 20 | 75 |
| Binary | 10101010 | 10101100 | 10001100 | 1 | 0 | 10011 | 100001 | 1000000 | 10000 | 111101 |
Color Harmonies of #AAAC8C
Complementary color
Monochromatic Colors of #AAAC8C
Black with #AAAC8C
Text Example
Text Example
White with #AAAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC8C; }
p { color: rgb(170,172,140); }
H1.HeaderClassName
{
color: #AAAC8C;
}
.AnyTagClassName
{
color: #AAAC8C;
}
</style>
background-color css
<style>
a { background-color: #AAAC8C; }
a { background-color: rgb(170,172,140); }
div.DivClassName
{
background-color: #AAAC8C;
}
.BgClassName
{
background-color: #AAAC8C;
}
</style>
border-color css
<style>
span { border-color: #AAAC8C; }
span { border-color: rgb(170,172,140); }
td.TdClassName
{
border-color: #AAAC8C;
}
.TagClassName
{
border-color: #AAAC8C;
}
</style>