Shades of Bud #AAAC93
Tints of Bud #AAAC93
RGB
CMYK
RGB Variations
Color information
#AAAC93 (or 0xAAAC93) is known color: Bud. HEX triplet: AA, AC and 93. RGB value is (170,172,147). Sum of RGB (Red+Green+Blue) = 170+172+147=489 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.76% from 489); Green value is 172 (67.58% from 255 or 35.17% from 489); Blue value is 147 (57.81% from 255 or 30.06% from 489); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC93 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC93 is #55536C. Grayscale: #A8A8A8. Windows color (decimal): -5591917 or 9677994. OLE color: 9677994.
HSL color Cylindrical-coordinate representation of color #AAAC93: hue angle of 64.8º degrees, saturation: 0.13, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAAC93 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 147 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.33 |
| HSL | 64.8º | 0.13% | 0.63% | - |
| HSV(B) | 64.8º | 0.15% | 0.67% | - |
| XYZ | 36.6 | 40.16 | 33.43 | - |
| YUV | 168.55 | 115.84 | 129.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 147 | 0.01 | 0 | 0.15 | 0.33 | 64.8 | 0.13 | 0.63 |
| Hex | AA | AC | 93 | 1 | 0 | F | 21 | 41 | D | 3F |
| Octal | 252 | 254 | 223 | 1 | 0 | 17 | 41 | 101 | 15 | 77 |
| Binary | 10101010 | 10101100 | 10010011 | 1 | 0 | 1111 | 100001 | 1000001 | 1101 | 111111 |
Color Harmonies of #AAAC93
Complementary color
Monochromatic Colors of #AAAC93
Black with #AAAC93
Text Example
Text Example
White with #AAAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC93; }
p { color: rgb(170,172,147); }
H1.HeaderClassName
{
color: #AAAC93;
}
.AnyTagClassName
{
color: #AAAC93;
}
</style>
background-color css
<style>
a { background-color: #AAAC93; }
a { background-color: rgb(170,172,147); }
div.DivClassName
{
background-color: #AAAC93;
}
.BgClassName
{
background-color: #AAAC93;
}
</style>
border-color css
<style>
span { border-color: #AAAC93; }
span { border-color: rgb(170,172,147); }
td.TdClassName
{
border-color: #AAAC93;
}
.TagClassName
{
border-color: #AAAC93;
}
</style>