Shades of Bud #AAAC88
Tints of Bud #AAAC88
RGB
CMYK
RGB Variations
Color information
#AAAC88 (or 0xAAAC88) is known color: Bud. HEX triplet: AA, AC and 88. RGB value is (170,172,136). Sum of RGB (Red+Green+Blue) = 170+172+136=478 (63% of max value = 765). Red value is 170 (66.80% from 255 or 35.56% from 478); Green value is 172 (67.58% from 255 or 35.98% from 478); Blue value is 136 (53.52% from 255 or 28.45% from 478); Max value from RGB is 172 - color contains mainly: green. Hex color #AAAC88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AAAC88 is #555377. Grayscale: #A7A7A7. Windows color (decimal): -5591928 or 8957098. OLE color: 8957098.
HSL color Cylindrical-coordinate representation of color #AAAC88: hue angle of 63.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AAAC88 is Cyan = 0.01, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 172 | 136 | - |
| CMYK | 0.01 | 0 | 0.21 | 0.33 |
| HSL | 63.33º | 0.18% | 0.6% | - |
| HSV(B) | 63.33º | 0.21% | 0.67% | - |
| XYZ | 35.77 | 39.83 | 29.09 | - |
| YUV | 167.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 172 | 136 | 0.01 | 0 | 0.21 | 0.33 | 63.33 | 0.18 | 0.6 |
| Hex | AA | AC | 88 | 1 | 0 | 15 | 21 | 3F | 12 | 3C |
| Octal | 252 | 254 | 210 | 1 | 0 | 25 | 41 | 77 | 22 | 74 |
| Binary | 10101010 | 10101100 | 10001000 | 1 | 0 | 10101 | 100001 | 111111 | 10010 | 111100 |
Color Harmonies of #AAAC88
Complementary color
Monochromatic Colors of #AAAC88
Black with #AAAC88
Text Example
Text Example
White with #AAAC88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAAC88; }
p { color: rgb(170,172,136); }
H1.HeaderClassName
{
color: #AAAC88;
}
.AnyTagClassName
{
color: #AAAC88;
}
</style>
background-color css
<style>
a { background-color: #AAAC88; }
a { background-color: rgb(170,172,136); }
div.DivClassName
{
background-color: #AAAC88;
}
.BgClassName
{
background-color: #AAAC88;
}
</style>
border-color css
<style>
span { border-color: #AAAC88; }
span { border-color: rgb(170,172,136); }
td.TdClassName
{
border-color: #AAAC88;
}
.TagClassName
{
border-color: #AAAC88;
}
</style>