#AA7B90

Color #AA7B90 Bouquet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bouquet #AA7B90

Tints of Bouquet #AA7B90

Color information

#AA7B90 (or 0xAA7B90) is unknown color: approx Bouquet. HEX triplet: AA, 7B and 90. RGB value is (170,123,144). Sum of RGB (Red+Green+Blue) = 170+123+144=437 (57% of max value = 765). Red value is 170 (66.80% from 255 or 38.90% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 144 (56.64% from 255 or 32.95% from 437); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7B90 is #55846F. Grayscale: #8B8B8B. Windows color (decimal): -5604464 or 9468842. OLE color: 9468842.

HSL color Cylindrical-coordinate representation of color #AA7B90: hue angle of 333.19º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AA7B90 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB170123144-
CMYK00.280.150.33
HSL333.19º21.66%57.45%-
HSV(B)333.19º27.65%66.67%-
XYZ28.6924.7329.65-
YUV139.45130.57149.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 170 (66.80% from 255) = 38.90%
GREEN value IS 123 (48.44% from 255) = 28.15%
BLUE value IS 144 (56.64% from 255) = 32.95%
R=38.90%
G=28.15%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012314400.280.150.33333.1921.6657.45
HexAA7B9001CF2114d1639
Octal25217322003417415152671
Binary10101010111101110010000011100111110000110100110110110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7B90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7B90; }

 p { color: rgb(170,123,144); }

 H1.HeaderClassName
 {
   color: #AA7B90;
 }
 .AnyTagClassName
 {
   color: #AA7B90;
 }
</style>
background-color css

<style>
 a { background-color: #AA7B90; }

 a { background-color: rgb(170,123,144); }

 div.DivClassName
 {
   background-color: #AA7B90;
 }
 .BgClassName
 {
   background-color: #AA7B90;
 }
</style>
border-color css

<style>
 span { border-color: #AA7B90; }

 span { border-color: rgb(170,123,144); }

 td.TdClassName
 {
   border-color: #AA7B90;
 }
 .TagClassName
 {
   border-color: #AA7B90;
 }
</style>