Shades of Bouquet #AA8398
Tints of Bouquet #AA8398
RGB
CMYK
RGB Variations
Color information
#AA8398 (or 0xAA8398) is known color: Bouquet. HEX triplet: AA, 83 and 98. RGB value is (170,131,152). Sum of RGB (Red+Green+Blue) = 170+131+152=453 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.53% from 453); Green value is 131 (51.56% from 255 or 28.92% from 453); Blue value is 152 (59.77% from 255 or 33.55% from 453); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8398 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8398 is #557C67. Grayscale: #919191. Windows color (decimal): -5602408 or 9995178. OLE color: 9995178.
HSL color Cylindrical-coordinate representation of color #AA8398: hue angle of 327.69º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AA8398 is Cyan = 0, Magento = 0.23, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 152 | - |
| CMYK | 0 | 0.23 | 0.11 | 0.33 |
| HSL | 327.69º | 0.19% | 0.59% | - |
| HSV(B) | 327.69º | 0.23% | 0.67% | - |
| XYZ | 30.36 | 27.05 | 33.33 | - |
| YUV | 145.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 152 | 0 | 0.23 | 0.11 | 0.33 | 327.69 | 0.19 | 0.59 |
| Hex | AA | 83 | 98 | 0 | 17 | B | 21 | 148 | 13 | 3B |
| Octal | 252 | 203 | 230 | 0 | 27 | 13 | 41 | 510 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10011000 | 0 | 10111 | 1011 | 100001 | 101001000 | 10011 | 111011 |
Color Harmonies of #AA8398
Complementary color
Monochromatic Colors of #AA8398
Black with #AA8398
Text Example
Text Example
White with #AA8398
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8398; }
p { color: rgb(170,131,152); }
H1.HeaderClassName
{
color: #AA8398;
}
.AnyTagClassName
{
color: #AA8398;
}
</style>
background-color css
<style>
a { background-color: #AA8398; }
a { background-color: rgb(170,131,152); }
div.DivClassName
{
background-color: #AA8398;
}
.BgClassName
{
background-color: #AA8398;
}
</style>
border-color css
<style>
span { border-color: #AA8398; }
span { border-color: rgb(170,131,152); }
td.TdClassName
{
border-color: #AA8398;
}
.TagClassName
{
border-color: #AA8398;
}
</style>