Shades of Bud #AAB386
Tints of Bud #AAB386
RGB
CMYK
RGB Variations
Color information
#AAB386 (or 0xAAB386) is known color: Bud. HEX triplet: AA, B3 and 86. RGB value is (170,179,134). Sum of RGB (Red+Green+Blue) = 170+179+134=483 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.20% from 483); Green value is 179 (70.31% from 255 or 37.06% from 483); Blue value is 134 (52.73% from 255 or 27.74% from 483); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB386 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB386 is #554C79. Grayscale: #ABABAB. Windows color (decimal): -5590138 or 8827818. OLE color: 8827818.
HSL color Cylindrical-coordinate representation of color #AAB386: hue angle of 72º degrees, saturation: 0.23, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AAB386 is Cyan = 0.05, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 134 | - |
| CMYK | 0.05 | 0 | 0.25 | 0.30 |
| HSL | 72º | 0.23% | 0.61% | - |
| HSV(B) | 72º | 0.25% | 0.7% | - |
| XYZ | 37 | 42.51 | 28.81 | - |
| YUV | 171.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 134 | 0.05 | 0 | 0.25 | 0.30 | 72 | 0.23 | 0.61 |
| Hex | AA | B3 | 86 | 5 | 0 | 19 | 1E | 48 | 17 | 3D |
| Octal | 252 | 263 | 206 | 5 | 0 | 31 | 36 | 110 | 27 | 75 |
| Binary | 10101010 | 10110011 | 10000110 | 101 | 0 | 11001 | 11110 | 1001000 | 10111 | 111101 |
Color Harmonies of #AAB386
Complementary color
Monochromatic Colors of #AAB386
Black with #AAB386
Text Example
Text Example
White with #AAB386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB386; }
p { color: rgb(170,179,134); }
H1.HeaderClassName
{
color: #AAB386;
}
.AnyTagClassName
{
color: #AAB386;
}
</style>
background-color css
<style>
a { background-color: #AAB386; }
a { background-color: rgb(170,179,134); }
div.DivClassName
{
background-color: #AAB386;
}
.BgClassName
{
background-color: #AAB386;
}
</style>
border-color css
<style>
span { border-color: #AAB386; }
span { border-color: rgb(170,179,134); }
td.TdClassName
{
border-color: #AAB386;
}
.TagClassName
{
border-color: #AAB386;
}
</style>