Shades of Bud #AAAB8B
Tints of Bud #AAAB8B
RGB
CMYK
RGB Variations
Color information
#AAAB8B (or 0xAAAB8B) is known color: Bud. HEX triplet: AA, AB and 8B. RGB value is (170,171,139). Sum of RGB (Red+Green+Blue) = 170+171+139=480 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.42% from 480); Green value is 171 (67.19% from 255 or 35.62% from 480); Blue value is 139 (54.69% from 255 or 28.96% from 480); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB8B is #555474. Grayscale: #A7A7A7. Windows color (decimal): -5592181 or 9153450. OLE color: 9153450.
HSL color Cylindrical-coordinate representation of color #AAAB8B: hue angle of 61.88º 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 #AAAB8B is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 139 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.33 |
| HSL | 61.88º | 0.16% | 0.61% | - |
| HSV(B) | 61.88º | 0.19% | 0.67% | - |
| XYZ | 35.8 | 39.54 | 30.17 | - |
| YUV | 167.05 | 112.17 | 130.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 139 | 0.01 | 0 | 0.19 | 0.33 | 61.88 | 0.16 | 0.61 |
| Hex | AA | AB | 8B | 1 | 0 | 13 | 21 | 3E | 10 | 3D |
| Octal | 252 | 253 | 213 | 1 | 0 | 23 | 41 | 76 | 20 | 75 |
| Binary | 10101010 | 10101011 | 10001011 | 1 | 0 | 10011 | 100001 | 111110 | 10000 | 111101 |
Color Harmonies of #AAAB8B
Complementary color
Monochromatic Colors of #AAAB8B
Black with #AAAB8B
Text Example
Text Example
White with #AAAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB8B; }
p { color: rgb(170,171,139); }
H1.HeaderClassName
{
color: #AAAB8B;
}
.AnyTagClassName
{
color: #AAAB8B;
}
</style>
background-color css
<style>
a { background-color: #AAAB8B; }
a { background-color: rgb(170,171,139); }
div.DivClassName
{
background-color: #AAAB8B;
}
.BgClassName
{
background-color: #AAAB8B;
}
</style>
border-color css
<style>
span { border-color: #AAAB8B; }
span { border-color: rgb(170,171,139); }
td.TdClassName
{
border-color: #AAAB8B;
}
.TagClassName
{
border-color: #AAAB8B;
}
</style>