Shades of Bud #AAAC92
Tints of Bud #AAAC92
RGB
CMYK
RGB Variations
Color information
#AAAC92 (or 0xAAAC92) is known color: Bud. HEX triplet: AA, AC and 92. RGB value is (170,172,146). Sum of RGB (Red+Green+Blue) = 170+172+146=488 (64% of max value = 765). Red value is 170 (66.80% from 255 or 34.84% from 488); Green value is 172 (67.58% from 255 or 35.25% from 488); Blue value is 146 (57.42% from 255 or 29.92% from 488); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC92 is #55536D. Grayscale: #A8A8A8. Windows color (decimal): -5591918 or 9612458. OLE color: 9612458.
HSL color Cylindrical-coordinate representation of color #AAAC92: hue angle of 64.62º degrees, saturation: 0.14, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AAAC92 is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 146 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.33 |
| HSL | 64.62º | 0.14% | 0.62% | - |
| HSV(B) | 64.62º | 0.15% | 0.67% | - |
| XYZ | 36.52 | 40.13 | 33.01 | - |
| YUV | 168.44 | 115.34 | 129.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 146 | 0.01 | 0 | 0.15 | 0.33 | 64.62 | 0.14 | 0.62 |
| Hex | AA | AC | 92 | 1 | 0 | F | 21 | 41 | E | 3E |
| Octal | 252 | 254 | 222 | 1 | 0 | 17 | 41 | 101 | 16 | 76 |
| Binary | 10101010 | 10101100 | 10010010 | 1 | 0 | 1111 | 100001 | 1000001 | 1110 | 111110 |
Color Harmonies of #AAAC92
Complementary color
Monochromatic Colors of #AAAC92
Black with #AAAC92
Text Example
Text Example
White with #AAAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC92; }
p { color: rgb(170,172,146); }
H1.HeaderClassName
{
color: #AAAC92;
}
.AnyTagClassName
{
color: #AAAC92;
}
</style>
background-color css
<style>
a { background-color: #AAAC92; }
a { background-color: rgb(170,172,146); }
div.DivClassName
{
background-color: #AAAC92;
}
.BgClassName
{
background-color: #AAAC92;
}
</style>
border-color css
<style>
span { border-color: #AAAC92; }
span { border-color: rgb(170,172,146); }
td.TdClassName
{
border-color: #AAAC92;
}
.TagClassName
{
border-color: #AAAC92;
}
</style>