Shades of Bud #AAAB8D
Tints of Bud #AAAB8D
RGB
CMYK
RGB Variations
Color information
#AAAB8D (or 0xAAAB8D) is known color: Bud. HEX triplet: AA, AB and 8D. RGB value is (170,171,141). Sum of RGB (Red+Green+Blue) = 170+171+141=482 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.27% from 482); Green value is 171 (67.19% from 255 or 35.48% from 482); Blue value is 141 (55.47% from 255 or 29.25% from 482); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB8D is #555472. Grayscale: #A7A7A7. Windows color (decimal): -5592179 or 9284522. OLE color: 9284522.
HSL color Cylindrical-coordinate representation of color #AAAB8D: hue angle of 62º degrees, saturation: 0.15, 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 #AAAB8D is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 141 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.33 |
| HSL | 62º | 0.15% | 0.61% | - |
| HSV(B) | 62º | 0.18% | 0.67% | - |
| XYZ | 35.95 | 39.59 | 30.95 | - |
| YUV | 167.28 | 113.17 | 129.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 141 | 0.01 | 0 | 0.18 | 0.33 | 62 | 0.15 | 0.61 |
| Hex | AA | AB | 8D | 1 | 0 | 12 | 21 | 3E | F | 3D |
| Octal | 252 | 253 | 215 | 1 | 0 | 22 | 41 | 76 | 17 | 75 |
| Binary | 10101010 | 10101011 | 10001101 | 1 | 0 | 10010 | 100001 | 111110 | 1111 | 111101 |
Color Harmonies of #AAAB8D
Complementary color
Monochromatic Colors of #AAAB8D
Black with #AAAB8D
Text Example
Text Example
White with #AAAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB8D; }
p { color: rgb(170,171,141); }
H1.HeaderClassName
{
color: #AAAB8D;
}
.AnyTagClassName
{
color: #AAAB8D;
}
</style>
background-color css
<style>
a { background-color: #AAAB8D; }
a { background-color: rgb(170,171,141); }
div.DivClassName
{
background-color: #AAAB8D;
}
.BgClassName
{
background-color: #AAAB8D;
}
</style>
border-color css
<style>
span { border-color: #AAAB8D; }
span { border-color: rgb(170,171,141); }
td.TdClassName
{
border-color: #AAAB8D;
}
.TagClassName
{
border-color: #AAAB8D;
}
</style>