Shades of Bud #AAB38A
Tints of Bud #AAB38A
RGB
CMYK
RGB Variations
Color information
#AAB38A (or 0xAAB38A) is known color: Bud. HEX triplet: AA, B3 and 8A. RGB value is (170,179,138). Sum of RGB (Red+Green+Blue) = 170+179+138=487 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.91% from 487); Green value is 179 (70.31% from 255 or 36.76% from 487); Blue value is 138 (54.30% from 255 or 28.34% from 487); Max value from RGB is 179 - color contains mainly: green. Hex color #AAB38A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAB38A is #554C75. Grayscale: #ABABAB. Windows color (decimal): -5590134 or 9089962. OLE color: 9089962.
HSL color Cylindrical-coordinate representation of color #AAB38A: hue angle of 73.17º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AAB38A is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 170 | 179 | 138 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.30 |
| HSL | 73.17º | 0.21% | 0.62% | - |
| HSV(B) | 73.17º | 0.23% | 0.7% | - |
| XYZ | 37.29 | 42.62 | 30.31 | - |
| YUV | 171.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 179 | 138 | 0.05 | 0 | 0.23 | 0.30 | 73.17 | 0.21 | 0.62 |
| Hex | AA | B3 | 8A | 5 | 0 | 17 | 1E | 49 | 15 | 3E |
| Octal | 252 | 263 | 212 | 5 | 0 | 27 | 36 | 111 | 25 | 76 |
| Binary | 10101010 | 10110011 | 10001010 | 101 | 0 | 10111 | 11110 | 1001001 | 10101 | 111110 |
Color Harmonies of #AAB38A
Complementary color
Monochromatic Colors of #AAB38A
Black with #AAB38A
Text Example
Text Example
White with #AAB38A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAB38A; }
p { color: rgb(170,179,138); }
H1.HeaderClassName
{
color: #AAB38A;
}
.AnyTagClassName
{
color: #AAB38A;
}
</style>
background-color css
<style>
a { background-color: #AAB38A; }
a { background-color: rgb(170,179,138); }
div.DivClassName
{
background-color: #AAB38A;
}
.BgClassName
{
background-color: #AAB38A;
}
</style>
border-color css
<style>
span { border-color: #AAB38A; }
span { border-color: rgb(170,179,138); }
td.TdClassName
{
border-color: #AAB38A;
}
.TagClassName
{
border-color: #AAB38A;
}
</style>