#AA88A0

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

Shades of Bouquet #AA88A0

Tints of Bouquet #AA88A0

Color information

#AA88A0 (or 0xAA88A0) is unknown color: approx Bouquet. HEX triplet: AA, 88 and A0. RGB value is (170,136,160). Sum of RGB (Red+Green+Blue) = 170+136+160=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 136 (53.52% from 255 or 29.18% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA88A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA88A0 is #55775F. Grayscale: #949494. Windows color (decimal): -5601120 or 10520746. OLE color: 10520746.

HSL color Cylindrical-coordinate representation of color #AA88A0: hue angle of 317.65º degrees, saturation: 0.17, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AA88A0 is Cyan = 0, Magento = 0.20, Yellow = 0.06 and Black (K on CMYK) = 0.33.

Color convert

RGB170136160-
CMYK00.200.060.33
HSL317.65º16.67%60%-
HSV(B)317.65º20%66.67%-
XYZ31.7328.6937.12-
YUV148.9134.26143.05-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 136 (53.52% from 255) = 29.18%
BLUE value IS 160 (62.89% from 255) = 34.33%
R=36.48%
G=29.18%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013616000.200.060.33317.6516.6760
HexAA88A001462113e113c
Octal2522102400246414762174
Binary10101010100010001010000001010011010000110011111010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA88A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA88A0; }

 p { color: rgb(170,136,160); }

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

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

 a { background-color: rgb(170,136,160); }

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

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

 span { border-color: rgb(170,136,160); }

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