Shades of Bud #AAAC8A
Tints of Bud #AAAC8A
RGB
CMYK
RGB Variations
Color information
#AAAC8A (or 0xAAAC8A) is known color: Bud. HEX triplet: AA, AC and 8A. RGB value is (170,172,138). Sum of RGB (Red+Green+Blue) = 170+172+138=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 172 (67.58% from 255 or 35.83% from 480); Blue value is 138 (54.30% from 255 or 28.75% from 480); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC8A is #555375. Grayscale: #A7A7A7. Windows color (decimal): -5591926 or 9088170. OLE color: 9088170.
HSL color Cylindrical-coordinate representation of color #AAAC8A: hue angle of 63.53º 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 #AAAC8A is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 138 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.33 |
| HSL | 63.53º | 0.17% | 0.61% | - |
| HSV(B) | 63.53º | 0.2% | 0.67% | - |
| XYZ | 35.92 | 39.89 | 29.85 | - |
| YUV | 167.53 | 111.34 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 138 | 0.01 | 0 | 0.20 | 0.33 | 63.53 | 0.17 | 0.61 |
| Hex | AA | AC | 8A | 1 | 0 | 14 | 21 | 40 | 11 | 3D |
| Octal | 252 | 254 | 212 | 1 | 0 | 24 | 41 | 100 | 21 | 75 |
| Binary | 10101010 | 10101100 | 10001010 | 1 | 0 | 10100 | 100001 | 1000000 | 10001 | 111101 |
Color Harmonies of #AAAC8A
Complementary color
Monochromatic Colors of #AAAC8A
Black with #AAAC8A
Text Example
Text Example
White with #AAAC8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC8A; }
p { color: rgb(170,172,138); }
H1.HeaderClassName
{
color: #AAAC8A;
}
.AnyTagClassName
{
color: #AAAC8A;
}
</style>
background-color css
<style>
a { background-color: #AAAC8A; }
a { background-color: rgb(170,172,138); }
div.DivClassName
{
background-color: #AAAC8A;
}
.BgClassName
{
background-color: #AAAC8A;
}
</style>
border-color css
<style>
span { border-color: #AAAC8A; }
span { border-color: rgb(170,172,138); }
td.TdClassName
{
border-color: #AAAC8A;
}
.TagClassName
{
border-color: #AAAC8A;
}
</style>