Shades of Bouquet #AA768F
Tints of Bouquet #AA768F
RGB
CMYK
RGB Variations
Color information
#AA768F (or 0xAA768F) is known color: Bouquet. HEX triplet: AA, 76 and 8F. RGB value is (170,118,143). Sum of RGB (Red+Green+Blue) = 170+118+143=431 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.44% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 143 (56.25% from 255 or 33.18% from 431); Max value from RGB is 170 - color contains mainly: red. Hex color #AA768F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA768F is #558970. Grayscale: #888888. Windows color (decimal): -5605745 or 9402026. OLE color: 9402026.
HSL color Cylindrical-coordinate representation of color #AA768F: hue angle of 331.15º degrees, saturation: 0.23, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AA768F is Cyan = 0, Magento = 0.31, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 118 | 143 | - |
| CMYK | 0 | 0.31 | 0.16 | 0.33 |
| HSL | 331.15º | 0.23% | 0.56% | - |
| HSV(B) | 331.15º | 0.31% | 0.67% | - |
| XYZ | 28.01 | 23.49 | 29.04 | - |
| YUV | 136.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 118 | 143 | 0 | 0.31 | 0.16 | 0.33 | 331.15 | 0.23 | 0.56 |
| Hex | AA | 76 | 8F | 0 | 1F | 10 | 21 | 14B | 17 | 38 |
| Octal | 252 | 166 | 217 | 0 | 37 | 20 | 41 | 513 | 27 | 70 |
| Binary | 10101010 | 1110110 | 10001111 | 0 | 11111 | 10000 | 100001 | 101001011 | 10111 | 111000 |
Color Harmonies of #AA768F
Complementary color
Monochromatic Colors of #AA768F
Black with #AA768F
Text Example
Text Example
White with #AA768F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA768F; }
p { color: rgb(170,118,143); }
H1.HeaderClassName
{
color: #AA768F;
}
.AnyTagClassName
{
color: #AA768F;
}
</style>
background-color css
<style>
a { background-color: #AA768F; }
a { background-color: rgb(170,118,143); }
div.DivClassName
{
background-color: #AA768F;
}
.BgClassName
{
background-color: #AA768F;
}
</style>
border-color css
<style>
span { border-color: #AA768F; }
span { border-color: rgb(170,118,143); }
td.TdClassName
{
border-color: #AA768F;
}
.TagClassName
{
border-color: #AA768F;
}
</style>