Shades of Bouquet #AA8395
Tints of Bouquet #AA8395
RGB
CMYK
RGB Variations
Color information
#AA8395 (or 0xAA8395) is known color: Bouquet. HEX triplet: AA, 83 and 95. RGB value is (170,131,149). Sum of RGB (Red+Green+Blue) = 170+131+149=450 (59% of max value = 765). Red value is 170 (66.80% from 255 or 37.78% from 450); Green value is 131 (51.56% from 255 or 29.11% from 450); Blue value is 149 (58.59% from 255 or 33.11% from 450); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8395 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8395 is #557C6A. Grayscale: #909090. Windows color (decimal): -5602411 or 9798570. OLE color: 9798570.
HSL color Cylindrical-coordinate representation of color #AA8395: hue angle of 332.31º 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 #AA8395 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 131 | 149 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.33 |
| HSL | 332.31º | 0.19% | 0.59% | - |
| HSV(B) | 332.31º | 0.23% | 0.67% | - |
| XYZ | 30.12 | 26.95 | 32.05 | - |
| YUV | 144.71 | 130.42 | 146.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 131 | 149 | 0 | 0.23 | 0.12 | 0.33 | 332.31 | 0.19 | 0.59 |
| Hex | AA | 83 | 95 | 0 | 17 | C | 21 | 14C | 13 | 3B |
| Octal | 252 | 203 | 225 | 0 | 27 | 14 | 41 | 514 | 23 | 73 |
| Binary | 10101010 | 10000011 | 10010101 | 0 | 10111 | 1100 | 100001 | 101001100 | 10011 | 111011 |
Color Harmonies of #AA8395
Complementary color
Monochromatic Colors of #AA8395
Black with #AA8395
Text Example
Text Example
White with #AA8395
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA8395; }
p { color: rgb(170,131,149); }
H1.HeaderClassName
{
color: #AA8395;
}
.AnyTagClassName
{
color: #AA8395;
}
</style>
background-color css
<style>
a { background-color: #AA8395; }
a { background-color: rgb(170,131,149); }
div.DivClassName
{
background-color: #AA8395;
}
.BgClassName
{
background-color: #AA8395;
}
</style>
border-color css
<style>
span { border-color: #AA8395; }
span { border-color: rgb(170,131,149); }
td.TdClassName
{
border-color: #AA8395;
}
.TagClassName
{
border-color: #AA8395;
}
</style>