Shades of Bud #AAAC86
Tints of Bud #AAAC86
RGB
CMYK
RGB Variations
Color information
#AAAC86 (or 0xAAAC86) is known color: Bud. HEX triplet: AA, AC and 86. RGB value is (170,172,134). Sum of RGB (Red+Green+Blue) = 170+172+134=476 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.71% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 134 (52.73% from 255 or 28.15% from 476); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC86 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC86 is #555379. Grayscale: #A7A7A7. Windows color (decimal): -5591930 or 8826026. OLE color: 8826026.
HSL color Cylindrical-coordinate representation of color #AAAC86: hue angle of 63.16º degrees, saturation: 0.19, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAAC86 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.
Color convert
RGB | 170 | 172 | 134 | - |
CMYK | 0.01 | 0 | 0.22 | 0.33 |
HSL | 63.16º | 0.19% | 0.6% | - |
HSV(B) | 63.16º | 0.22% | 0.67% | - |
XYZ | 35.63 | 39.77 | 28.35 | - |
YUV | 167.07 | 109.34 | 130.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 170 | 172 | 134 | 0.01 | 0 | 0.22 | 0.33 | 63.16 | 0.19 | 0.6 |
Hex | AA | AC | 86 | 1 | 0 | 16 | 21 | 3F | 13 | 3C |
Octal | 252 | 254 | 206 | 1 | 0 | 26 | 41 | 77 | 23 | 74 |
Binary | 10101010 | 10101100 | 10000110 | 1 | 0 | 10110 | 100001 | 111111 | 10011 | 111100 |
Color Harmonies of #AAAC86
Complementary color
Monochromatic Colors of #AAAC86
Black with #AAAC86
Text Example
Text Example
White with #AAAC86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC86; }
p { color: rgb(170,172,134); }
H1.HeaderClassName
{
color: #AAAC86;
}
.AnyTagClassName
{
color: #AAAC86;
}
</style>
background-color css
<style>
a { background-color: #AAAC86; }
a { background-color: rgb(170,172,134); }
div.DivClassName
{
background-color: #AAAC86;
}
.BgClassName
{
background-color: #AAAC86;
}
</style>
border-color css
<style>
span { border-color: #AAAC86; }
span { border-color: rgb(170,172,134); }
td.TdClassName
{
border-color: #AAAC86;
}
.TagClassName
{
border-color: #AAAC86;
}
</style>