#AA8A9C

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

Shades of Bouquet #AA8A9C

Tints of Bouquet #AA8A9C

Color information

#AA8A9C (or 0xAA8A9C) is unknown color: approx Bouquet. HEX triplet: AA, 8A and 9C. RGB value is (170,138,156). Sum of RGB (Red+Green+Blue) = 170+138+156=464 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.64% from 464); Green value is 138 (54.30% from 255 or 29.74% from 464); Blue value is 156 (61.33% from 255 or 33.62% from 464); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8A9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8A9C is #557563. Grayscale: #959595. Windows color (decimal): -5600612 or 10259114. OLE color: 10259114.

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

Color convert

RGB170138156-
CMYK00.190.080.33
HSL326.25º15.84%60.39%-
HSV(B)326.25º18.82%66.67%-
XYZ31.6729.1235.4-
YUV149.62131.6142.54-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.64%
GREEN value IS 138 (54.30% from 255) = 29.74%
BLUE value IS 156 (61.33% from 255) = 33.62%
R=36.64%
G=29.74%
B=33.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17013815600.190.080.33326.2515.8460.39
HexAA8A9C013821146103c
Octal25221223402310415062074
Binary101010101000101010011100010011100010000110100011010000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8A9C; }

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

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

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

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

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

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

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

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