Shades of Bouquet #AA7F90
Tints of Bouquet #AA7F90
RGB
CMYK
RGB Variations
Color information
#AA7F90 (or 0xAA7F90) is known color: Bouquet. HEX triplet: AA, 7F and 90. RGB value is (170,127,144). Sum of RGB (Red+Green+Blue) = 170+127+144=441 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.55% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 144 (56.64% from 255 or 32.65% from 441); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7F90 is #55806F. Grayscale: #8D8D8D. Windows color (decimal): -5603440 or 9469866. OLE color: 9469866.
HSL color Cylindrical-coordinate representation of color #AA7F90: hue angle of 336.28º degrees, saturation: 0.2, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AA7F90 is Cyan = 0, Magento = 0.25, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 170 | 127 | 144 | - |
| CMYK | 0 | 0.25 | 0.15 | 0.33 |
| HSL | 336.28º | 0.2% | 0.58% | - |
| HSV(B) | 336.28º | 0.25% | 0.67% | - |
| XYZ | 29.2 | 25.74 | 29.81 | - |
| YUV | 141.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 127 | 144 | 0 | 0.25 | 0.15 | 0.33 | 336.28 | 0.2 | 0.58 |
| Hex | AA | 7F | 90 | 0 | 19 | F | 21 | 150 | 14 | 3A |
| Octal | 252 | 177 | 220 | 0 | 31 | 17 | 41 | 520 | 24 | 72 |
| Binary | 10101010 | 1111111 | 10010000 | 0 | 11001 | 1111 | 100001 | 101010000 | 10100 | 111010 |
Color Harmonies of #AA7F90
Complementary color
Monochromatic Colors of #AA7F90
Black with #AA7F90
Text Example
Text Example
White with #AA7F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AA7F90; }
p { color: rgb(170,127,144); }
H1.HeaderClassName
{
color: #AA7F90;
}
.AnyTagClassName
{
color: #AA7F90;
}
</style>
background-color css
<style>
a { background-color: #AA7F90; }
a { background-color: rgb(170,127,144); }
div.DivClassName
{
background-color: #AA7F90;
}
.BgClassName
{
background-color: #AA7F90;
}
</style>
border-color css
<style>
span { border-color: #AA7F90; }
span { border-color: rgb(170,127,144); }
td.TdClassName
{
border-color: #AA7F90;
}
.TagClassName
{
border-color: #AA7F90;
}
</style>