#AA8AA0

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

Shades of Bouquet #AA8AA0

Tints of Bouquet #AA8AA0

Color information

#AA8AA0 (or 0xAA8AA0) is unknown color: approx Bouquet. HEX triplet: AA, 8A and A0. RGB value is (170,138,160). Sum of RGB (Red+Green+Blue) = 170+138+160=468 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.32% from 468); Green value is 138 (54.30% from 255 or 29.49% from 468); Blue value is 160 (62.89% from 255 or 34.19% from 468); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8AA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8AA0 is #55755F. Grayscale: #969696. Windows color (decimal): -5600608 or 10521258. OLE color: 10521258.

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

Color convert

RGB170138160-
CMYK00.190.060.33
HSL318.75º15.84%60.39%-
HSV(B)318.75º18.82%66.67%-
XYZ32.0129.2637.22-
YUV150.08133.6142.21-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.32%
GREEN value IS 138 (54.30% from 255) = 29.49%
BLUE value IS 160 (62.89% from 255) = 34.19%
R=36.32%
G=29.49%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013816000.190.060.33318.7515.8460.39
HexAA8AA001362113f103c
Octal2522122400236414772074
Binary10101010100010101010000001001111010000110011111110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8AA0; }

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

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

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

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

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

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

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

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