#AA7896

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

Shades of Bouquet #AA7896

Tints of Bouquet #AA7896

Color information

#AA7896 (or 0xAA7896) is unknown color: approx Bouquet. HEX triplet: AA, 78 and 96. RGB value is (170,120,150). Sum of RGB (Red+Green+Blue) = 170+120+150=440 (58% of max value = 765). Red value is 170 (66.80% from 255 or 38.64% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7896 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7896 is #558769. Grayscale: #8A8A8A. Windows color (decimal): -5605226 or 9861290. OLE color: 9861290.

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

Color convert

RGB170120150-
CMYK00.290.120.33
HSL324º22.73%56.86%-
HSV(B)324º29.41%66.67%-
XYZ28.824.1832-
YUV138.37134.56150.56-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 38.64%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=38.64%
G=27.27%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012015000.290.120.3332422.7356.86
HexAA789601DC211441739
Octal25217022603514415042771
Binary10101010111100010010110011101110010000110100010010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7896; }

 p { color: rgb(170,120,150); }

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

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

 a { background-color: rgb(170,120,150); }

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

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

 span { border-color: rgb(170,120,150); }

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