Shades of Bud #AAAE8B
Tints of Bud #AAAE8B
RGB
CMYK
RGB Variations
Color information
#AAAE8B (or 0xAAAE8B) is known color: Bud. HEX triplet: AA, AE and 8B. RGB value is (170,174,139). Sum of RGB (Red+Green+Blue) = 170+174+139=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 139 (54.69% from 255 or 28.78% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #AAAE8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAE8B is #555174. Grayscale: #A8A8A8. Windows color (decimal): -5591413 or 9154218. OLE color: 9154218.
HSL color Cylindrical-coordinate representation of color #AAAE8B: hue angle of 66.86º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAAE8B is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 170 | 174 | 139 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.32 |
| HSL | 66.86º | 0.18% | 0.61% | - |
| HSV(B) | 66.86º | 0.2% | 0.68% | - |
| XYZ | 36.37 | 40.68 | 30.36 | - |
| YUV | 168.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 174 | 139 | 0.02 | 0 | 0.20 | 0.32 | 66.86 | 0.18 | 0.61 |
| Hex | AA | AE | 8B | 2 | 0 | 14 | 20 | 43 | 12 | 3D |
| Octal | 252 | 256 | 213 | 2 | 0 | 24 | 40 | 103 | 22 | 75 |
| Binary | 10101010 | 10101110 | 10001011 | 10 | 0 | 10100 | 100000 | 1000011 | 10010 | 111101 |
Color Harmonies of #AAAE8B
Complementary color
Monochromatic Colors of #AAAE8B
Black with #AAAE8B
Text Example
Text Example
White with #AAAE8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAE8B; }
p { color: rgb(170,174,139); }
H1.HeaderClassName
{
color: #AAAE8B;
}
.AnyTagClassName
{
color: #AAAE8B;
}
</style>
background-color css
<style>
a { background-color: #AAAE8B; }
a { background-color: rgb(170,174,139); }
div.DivClassName
{
background-color: #AAAE8B;
}
.BgClassName
{
background-color: #AAAE8B;
}
</style>
border-color css
<style>
span { border-color: #AAAE8B; }
span { border-color: rgb(170,174,139); }
td.TdClassName
{
border-color: #AAAE8B;
}
.TagClassName
{
border-color: #AAAE8B;
}
</style>