Shades of Bud #AAB388
Tints of Bud #AAB388
RGB
CMYK
RGB Variations
Color information
#AAB388 (or 0xAAB388) is known color: Bud. HEX triplet: AA, B3 and 88. RGB value is (170,179,136). Sum of RGB (Red+Green+Blue) = 170+179+136=485 (64% of max value = 765). Red value is 170 (66.80% from 255 or 35.05% from 485); Green value is 179 (70.31% from 255 or 36.91% from 485); Blue value is 136 (53.52% from 255 or 28.04% from 485); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB388 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB388 is #554C77. Grayscale: #ABABAB. Windows color (decimal): -5590136 or 8958890. OLE color: 8958890.
HSL color Cylindrical-coordinate representation of color #AAB388: hue angle of 72.56º degrees, saturation: 0.22, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAB388 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 136 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.30 |
| HSL | 72.56º | 0.22% | 0.62% | - |
| HSV(B) | 72.56º | 0.24% | 0.7% | - |
| XYZ | 37.14 | 42.56 | 29.55 | - |
| YUV | 171.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 136 | 0.05 | 0 | 0.24 | 0.30 | 72.56 | 0.22 | 0.62 |
| Hex | AA | B3 | 88 | 5 | 0 | 18 | 1E | 49 | 16 | 3E |
| Octal | 252 | 263 | 210 | 5 | 0 | 30 | 36 | 111 | 26 | 76 |
| Binary | 10101010 | 10110011 | 10001000 | 101 | 0 | 11000 | 11110 | 1001001 | 10110 | 111110 |
Color Harmonies of #AAB388
Complementary color
Monochromatic Colors of #AAB388
Black with #AAB388
Text Example
Text Example
White with #AAB388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB388; }
p { color: rgb(170,179,136); }
H1.HeaderClassName
{
color: #AAB388;
}
.AnyTagClassName
{
color: #AAB388;
}
</style>
background-color css
<style>
a { background-color: #AAB388; }
a { background-color: rgb(170,179,136); }
div.DivClassName
{
background-color: #AAB388;
}
.BgClassName
{
background-color: #AAB388;
}
</style>
border-color css
<style>
span { border-color: #AAB388; }
span { border-color: rgb(170,179,136); }
td.TdClassName
{
border-color: #AAB388;
}
.TagClassName
{
border-color: #AAB388;
}
</style>