Shades of Bouquet #AA8B9C
Tints of Bouquet #AA8B9C
RGB
CMYK
RGB Variations
Color information
#AA8B9C (or 0xAA8B9C) is known color: Bouquet. HEX triplet: AA, 8B and 9C. RGB value is (170,139,156). Sum of RGB (Red+Green+Blue) = 170+139+156=465 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.56% from 465); Green value is 139 (54.69% from 255 or 29.89% from 465); Blue value is 156 (61.33% from 255 or 33.55% from 465); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8B9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8B9C is #557463. Grayscale: #969696. Windows color (decimal): -5600356 or 10259370. OLE color: 10259370.
HSL color Cylindrical-coordinate representation of color #AA8B9C: hue angle of 327.1º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AA8B9C is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 139 | 156 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.33 |
| HSL | 327.1º | 0.15% | 0.61% | - |
| HSV(B) | 327.1º | 0.18% | 0.67% | - |
| XYZ | 31.81 | 29.41 | 35.45 | - |
| YUV | 150.21 | 131.27 | 142.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 139 | 156 | 0 | 0.18 | 0.08 | 0.33 | 327.1 | 0.15 | 0.61 |
| Hex | AA | 8B | 9C | 0 | 12 | 8 | 21 | 147 | F | 3D |
| Octal | 252 | 213 | 234 | 0 | 22 | 10 | 41 | 507 | 17 | 75 |
| Binary | 10101010 | 10001011 | 10011100 | 0 | 10010 | 1000 | 100001 | 101000111 | 1111 | 111101 |
Color Harmonies of #AA8B9C
Complementary color
Monochromatic Colors of #AA8B9C
Black with #AA8B9C
Text Example
Text Example
White with #AA8B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8B9C; }
p { color: rgb(170,139,156); }
H1.HeaderClassName
{
color: #AA8B9C;
}
.AnyTagClassName
{
color: #AA8B9C;
}
</style>
background-color css
<style>
a { background-color: #AA8B9C; }
a { background-color: rgb(170,139,156); }
div.DivClassName
{
background-color: #AA8B9C;
}
.BgClassName
{
background-color: #AA8B9C;
}
</style>
border-color css
<style>
span { border-color: #AA8B9C; }
span { border-color: rgb(170,139,156); }
td.TdClassName
{
border-color: #AA8B9C;
}
.TagClassName
{
border-color: #AA8B9C;
}
</style>