#AA7891

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

Shades of Bouquet #AA7891

Tints of Bouquet #AA7891

Color information

#AA7891 (or 0xAA7891) is unknown color: approx Bouquet. HEX triplet: AA, 78 and 91. RGB value is (170,120,145). Sum of RGB (Red+Green+Blue) = 170+120+145=435 (57% of max value = 765). Red value is 170 (66.80% from 255 or 39.08% from 435); Green value is 120 (47.27% from 255 or 27.59% from 435); Blue value is 145 (57.03% from 255 or 33.33% from 435); Max value from RGB is 170 - color contains mainly: red. Hex color #AA7891 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA7891 is #55876E. Grayscale: #898989. Windows color (decimal): -5605231 or 9533610. OLE color: 9533610.

HSL color Cylindrical-coordinate representation of color #AA7891: hue angle of 330º 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 #AA7891 is Cyan = 0, Magento = 0.29, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB170120145-
CMYK00.290.150.33
HSL330º22.73%56.86%-
HSV(B)330º29.41%66.67%-
XYZ28.424.0229.93-
YUV137.8132.06150.97-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 39.08%
GREEN value IS 120 (47.27% from 255) = 27.59%
BLUE value IS 145 (57.03% from 255) = 33.33%
R=39.08%
G=27.59%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012014500.290.150.3333022.7356.86
HexAA789101DF2114a1739
Octal25217022103517415122771
Binary10101010111100010010001011101111110000110100101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA7891

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA7891; }

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

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

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

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

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

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

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

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