#AA787C

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

Shades of Turkish Rose #AA787C

Tints of Turkish Rose #AA787C

Color information

#AA787C (or 0xAA787C) is unknown color: approx Turkish Rose. HEX triplet: AA, 78 and 7C. RGB value is (170,120,124). Sum of RGB (Red+Green+Blue) = 170+120+124=414 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.06% from 414); Green value is 120 (47.27% from 255 or 28.99% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 170 - color contains mainly: red. Hex color #AA787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA787C is #558783. Grayscale: #878787. Windows color (decimal): -5605252 or 8157354. OLE color: 8157354.

HSL color Cylindrical-coordinate representation of color #AA787C: hue angle of 355.2º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AA787C is Cyan = 0, Magento = 0.29, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB170120124-
CMYK00.290.270.33
HSL355.2º22.73%56.86%-
HSV(B)355.2º29.41%66.67%-
XYZ26.9323.4322.17-
YUV135.41121.56152.67-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.06%
GREEN value IS 120 (47.27% from 255) = 28.99%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=41.06%
G=28.99%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17012012400.290.270.33355.222.7356.86
HexAA787C01D1B211631739
Octal25217017403533415432771
Binary10101010111100011111000111011101110000110110001110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA787C; }

 p { color: rgb(170,120,124); }

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

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

 a { background-color: rgb(170,120,124); }

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

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

 span { border-color: rgb(170,120,124); }

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