Shades of Bud #AAB08D
Tints of Bud #AAB08D
RGB
CMYK
RGB Variations
Color information
#AAB08D (or 0xAAB08D) is known color: Bud. HEX triplet: AA, B0 and 8D. RGB value is (170,176,141). Sum of RGB (Red+Green+Blue) = 170+176+141=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 176 (69.14% from 255 or 36.14% from 487); Blue value is 141 (55.47% from 255 or 28.95% from 487); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB08D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAB08D is #554F72. Grayscale: #AAAAAA. Windows color (decimal): -5590899 or 9285802. OLE color: 9285802.
HSL color Cylindrical-coordinate representation of color #AAB08D: hue angle of 70.29º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAB08D is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 170 | 176 | 141 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.31 |
| HSL | 70.29º | 0.18% | 0.62% | - |
| HSV(B) | 70.29º | 0.2% | 0.69% | - |
| XYZ | 36.91 | 41.52 | 31.27 | - |
| YUV | 170.22 | 111.51 | 127.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 176 | 141 | 0.03 | 0 | 0.20 | 0.31 | 70.29 | 0.18 | 0.62 |
| Hex | AA | B0 | 8D | 3 | 0 | 14 | 1F | 46 | 12 | 3E |
| Octal | 252 | 260 | 215 | 3 | 0 | 24 | 37 | 106 | 22 | 76 |
| Binary | 10101010 | 10110000 | 10001101 | 11 | 0 | 10100 | 11111 | 1000110 | 10010 | 111110 |
Color Harmonies of #AAB08D
Complementary color
Monochromatic Colors of #AAB08D
Black with #AAB08D
Text Example
Text Example
White with #AAB08D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB08D; }
p { color: rgb(170,176,141); }
H1.HeaderClassName
{
color: #AAB08D;
}
.AnyTagClassName
{
color: #AAB08D;
}
</style>
background-color css
<style>
a { background-color: #AAB08D; }
a { background-color: rgb(170,176,141); }
div.DivClassName
{
background-color: #AAB08D;
}
.BgClassName
{
background-color: #AAB08D;
}
</style>
border-color css
<style>
span { border-color: #AAB08D; }
span { border-color: rgb(170,176,141); }
td.TdClassName
{
border-color: #AAB08D;
}
.TagClassName
{
border-color: #AAB08D;
}
</style>