Shades of Bud #AAAD8D
Tints of Bud #AAAD8D
RGB
CMYK
RGB Variations
Color information
#AAAD8D (or 0xAAAD8D) is known color: Bud. HEX triplet: AA, AD and 8D. RGB value is (170,173,141). Sum of RGB (Red+Green+Blue) = 170+173+141=484 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.12% from 484); Green value is 173 (67.97% from 255 or 35.74% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 173 - color contains mainly: green. Hex color #AAAD8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAD8D is #555272. Grayscale: #A8A8A8. Windows color (decimal): -5591667 or 9285034. OLE color: 9285034.
HSL color Cylindrical-coordinate representation of color #AAAD8D: hue angle of 65.62º degrees, saturation: 0.16, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAAD8D is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 173 | 141 | - |
| CMYK | 0.02 | 0 | 0.18 | 0.32 |
| HSL | 65.63º | 0.16% | 0.62% | - |
| HSV(B) | 65.63º | 0.18% | 0.68% | - |
| XYZ | 36.33 | 40.36 | 31.07 | - |
| YUV | 168.46 | 112.51 | 129.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 173 | 141 | 0.02 | 0 | 0.18 | 0.32 | 65.63 | 0.16 | 0.62 |
| Hex | AA | AD | 8D | 2 | 0 | 12 | 20 | 42 | 10 | 3E |
| Octal | 252 | 255 | 215 | 2 | 0 | 22 | 40 | 102 | 20 | 76 |
| Binary | 10101010 | 10101101 | 10001101 | 10 | 0 | 10010 | 100000 | 1000010 | 10000 | 111110 |
Color Harmonies of #AAAD8D
Complementary color
Monochromatic Colors of #AAAD8D
Black with #AAAD8D
Text Example
Text Example
White with #AAAD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAD8D; }
p { color: rgb(170,173,141); }
H1.HeaderClassName
{
color: #AAAD8D;
}
.AnyTagClassName
{
color: #AAAD8D;
}
</style>
background-color css
<style>
a { background-color: #AAAD8D; }
a { background-color: rgb(170,173,141); }
div.DivClassName
{
background-color: #AAAD8D;
}
.BgClassName
{
background-color: #AAAD8D;
}
</style>
border-color css
<style>
span { border-color: #AAAD8D; }
span { border-color: rgb(170,173,141); }
td.TdClassName
{
border-color: #AAAD8D;
}
.TagClassName
{
border-color: #AAAD8D;
}
</style>