Shades of Bud #AAAB8C
Tints of Bud #AAAB8C
RGB
CMYK
RGB Variations
Color information
#AAAB8C (or 0xAAAB8C) is known color: Bud. HEX triplet: AA, AB and 8C. RGB value is (170,171,140). Sum of RGB (Red+Green+Blue) = 170+171+140=481 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.34% from 481); Green value is 171 (67.19% from 255 or 35.55% from 481); Blue value is 140 (55.08% from 255 or 29.11% from 481); Max value from RGB is 171 - color contains mainly: green. Hex color #AAAB8C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAB8C is #555473. Grayscale: #A7A7A7. Windows color (decimal): -5592180 or 9218986. OLE color: 9218986.
HSL color Cylindrical-coordinate representation of color #AAAB8C: hue angle of 61.94º degrees, saturation: 0.16, 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 #AAAB8C is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 171 | 140 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.33 |
| HSL | 61.94º | 0.16% | 0.61% | - |
| HSV(B) | 61.94º | 0.18% | 0.67% | - |
| XYZ | 35.87 | 39.57 | 30.56 | - |
| YUV | 167.17 | 112.67 | 130.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 171 | 140 | 0.01 | 0 | 0.18 | 0.33 | 61.94 | 0.16 | 0.61 |
| Hex | AA | AB | 8C | 1 | 0 | 12 | 21 | 3E | 10 | 3D |
| Octal | 252 | 253 | 214 | 1 | 0 | 22 | 41 | 76 | 20 | 75 |
| Binary | 10101010 | 10101011 | 10001100 | 1 | 0 | 10010 | 100001 | 111110 | 10000 | 111101 |
Color Harmonies of #AAAB8C
Complementary color
Monochromatic Colors of #AAAB8C
Black with #AAAB8C
Text Example
Text Example
White with #AAAB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAB8C; }
p { color: rgb(170,171,140); }
H1.HeaderClassName
{
color: #AAAB8C;
}
.AnyTagClassName
{
color: #AAAB8C;
}
</style>
background-color css
<style>
a { background-color: #AAAB8C; }
a { background-color: rgb(170,171,140); }
div.DivClassName
{
background-color: #AAAB8C;
}
.BgClassName
{
background-color: #AAAB8C;
}
</style>
border-color css
<style>
span { border-color: #AAAB8C; }
span { border-color: rgb(170,171,140); }
td.TdClassName
{
border-color: #AAAB8C;
}
.TagClassName
{
border-color: #AAAB8C;
}
</style>