Shades of Bouquet #AA8393
Tints of Bouquet #AA8393
RGB
CMYK
RGB Variations
Color information
#AA8393 (or 0xAA8393) is known color: Bouquet. HEX triplet: AA, 83 and 93. RGB value is (170,131,147). Sum of RGB (Red+Green+Blue) = 170+131+147=448 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.95% from 448); Green value is 131 (51.56% from 255 or 29.24% from 448); Blue value is 147 (57.81% from 255 or 32.81% from 448); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8393 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8393 is #557C6C. Grayscale: #909090. Windows color (decimal): -5602413 or 9667498. OLE color: 9667498.
HSL color Cylindrical-coordinate representation of color #AA8393: hue angle of 335.38º 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 #AA8393 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 147 | - |
| CMYK | 0 | 0.23 | 0.14 | 0.33 |
| HSL | 335.38º | 0.19% | 0.59% | - |
| HSV(B) | 335.38º | 0.23% | 0.67% | - |
| XYZ | 29.96 | 26.89 | 31.21 | - |
| YUV | 144.49 | 129.42 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 147 | 0 | 0.23 | 0.14 | 0.33 | 335.38 | 0.19 | 0.59 |
| Hex | AA | 83 | 93 | 0 | 17 | E | 21 | 14F | 13 | 3B |
| Octal | 252 | 203 | 223 | 0 | 27 | 16 | 41 | 517 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10010011 | 0 | 10111 | 1110 | 100001 | 101001111 | 10011 | 111011 |
Color Harmonies of #AA8393
Complementary color
Monochromatic Colors of #AA8393
Black with #AA8393
Text Example
Text Example
White with #AA8393
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8393; }
p { color: rgb(170,131,147); }
H1.HeaderClassName
{
color: #AA8393;
}
.AnyTagClassName
{
color: #AA8393;
}
</style>
background-color css
<style>
a { background-color: #AA8393; }
a { background-color: rgb(170,131,147); }
div.DivClassName
{
background-color: #AA8393;
}
.BgClassName
{
background-color: #AA8393;
}
</style>
border-color css
<style>
span { border-color: #AA8393; }
span { border-color: rgb(170,131,147); }
td.TdClassName
{
border-color: #AA8393;
}
.TagClassName
{
border-color: #AA8393;
}
</style>