#AA8D9C

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

Shades of Bouquet #AA8D9C

Tints of Bouquet #AA8D9C

Color information

#AA8D9C (or 0xAA8D9C) is unknown color: approx Bouquet. HEX triplet: AA, 8D and 9C. RGB value is (170,141,156). Sum of RGB (Red+Green+Blue) = 170+141+156=467 (61% of max value = 765). Red value is 170 (66.80% from 255 or 36.40% from 467); Green value is 141 (55.47% from 255 or 30.19% from 467); Blue value is 156 (61.33% from 255 or 33.40% from 467); Max value from RGB is 170 - color contains mainly: red. Hex color #AA8D9C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA8D9C is #557263. Grayscale: #979797. Windows color (decimal): -5599844 or 10259882. OLE color: 10259882.

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

Color convert

RGB170141156-
CMYK00.170.080.33
HSL328.97º14.57%60.98%-
HSV(B)328.97º17.06%66.67%-
XYZ32.13035.55-
YUV151.38130.61141.28-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 36.40%
GREEN value IS 141 (55.47% from 255) = 30.19%
BLUE value IS 156 (61.33% from 255) = 33.40%
R=36.40%
G=30.19%
B=33.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17014115600.170.080.33328.9714.5760.98
HexAA8D9C011821149f3d
Octal25221523402110415111775
Binary10101010100011011001110001000110001000011010010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA8D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA8D9C; }

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

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

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

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

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

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

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

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