Shades of Bouquet #AA8A9C
Tints of Bouquet #AA8A9C
RGB
CMYK
RGB Variations
Color information
#AA8A9C (or 0xAA8A9C) is known color: Bouquet. HEX triplet: AA, 8A and 9C. RGB value is (170,138,156). Sum of RGB (Red+Green+Blue) = 170+138+156=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8A9C is #557563. Grayscale: #959595. Windows color (decimal): -5600612 or 10259114. OLE color: 10259114.
HSL color Cylindrical-coordinate representation of color #AA8A9C: hue angle of 326.25º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AA8A9C is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 138 | 156 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.33 |
| HSL | 326.25º | 0.16% | 0.6% | - |
| HSV(B) | 326.25º | 0.19% | 0.67% | - |
| XYZ | 31.67 | 29.12 | 35.4 | - |
| YUV | 149.62 | 131.6 | 142.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 138 | 156 | 0 | 0.19 | 0.08 | 0.33 | 326.25 | 0.16 | 0.6 |
| Hex | AA | 8A | 9C | 0 | 13 | 8 | 21 | 146 | 10 | 3C |
| Octal | 252 | 212 | 234 | 0 | 23 | 10 | 41 | 506 | 20 | 74 |
| Binary | 10101010 | 10001010 | 10011100 | 0 | 10011 | 1000 | 100001 | 101000110 | 10000 | 111100 |
Color Harmonies of #AA8A9C
Complementary color
Monochromatic Colors of #AA8A9C
Black with #AA8A9C
Text Example
Text Example
White with #AA8A9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8A9C; }
p { color: rgb(170,138,156); }
H1.HeaderClassName
{
color: #AA8A9C;
}
.AnyTagClassName
{
color: #AA8A9C;
}
</style>
background-color css
<style>
a { background-color: #AA8A9C; }
a { background-color: rgb(170,138,156); }
div.DivClassName
{
background-color: #AA8A9C;
}
.BgClassName
{
background-color: #AA8A9C;
}
</style>
border-color css
<style>
span { border-color: #AA8A9C; }
span { border-color: rgb(170,138,156); }
td.TdClassName
{
border-color: #AA8A9C;
}
.TagClassName
{
border-color: #AA8A9C;
}
</style>