#AA809C

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

Shades of Bouquet #AA809C

Tints of Bouquet #AA809C

Color information

#AA809C (or 0xAA809C) is unknown color: approx Bouquet. HEX triplet: AA, 80 and 9C. RGB value is (170,128,156). Sum of RGB (Red+Green+Blue) = 170+128+156=454 (60% of max value = 765). Red value is 170 (66.80% from 255 or 37.44% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 156 (61.33% from 255 or 34.36% from 454); Max value from RGB is 170 - color contains mainly: red. Hex color #AA809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AA809C is #557F63. Grayscale: #8F8F8F. Windows color (decimal): -5603172 or 10256554. OLE color: 10256554.

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

Color convert

RGB170128156-
CMYK00.250.080.33
HSL320º19.81%58.43%-
HSV(B)320º24.71%66.67%-
XYZ30.326.3834.95-
YUV143.75134.91146.72-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 37.44%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 156 (61.33% from 255) = 34.36%
R=37.44%
G=28.19%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012815600.250.080.3332019.8158.43
HexAA809C019821140143a
Octal25220023403110415002472
Binary101010101000000010011100011001100010000110100000010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA809C; }

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

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

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

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

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

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

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

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