#AA8C9C

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

Shades of Bouquet #AA8C9C

Tints of Bouquet #AA8C9C

Color information

#AA8C9C (or 0xAA8C9C) is unknown color: approx Bouquet. HEX triplet: AA, 8C and 9C. RGB value is (170,140,156). Sum of RGB (Red+Green+Blue) = 170+140+156=466 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.48% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 156 (61.33% from 255 or 33.48% from 466); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8C9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8C9C is #557363. Grayscale: #969696. Windows color (decimal): -5600100 or 10259626. OLE color: 10259626.

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

Color convert

RGB170140156-
CMYK00.180.080.33
HSL328º15%60.78%-
HSV(B)328º17.65%66.67%-
XYZ31.9629.735.5-
YUV150.79130.94141.7-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.48%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 156 (61.33% from 255) = 33.48%
R=36.48%
G=30.04%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014015600.180.080.333281560.78
HexAA8C9C012821148f3d
Octal25221423402210415101775
Binary10101010100011001001110001001010001000011010010001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8C9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8C9C; }

 p { color: rgb(170,140,156); }

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

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

 a { background-color: rgb(170,140,156); }

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

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

 span { border-color: rgb(170,140,156); }

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