#AA757C

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

Shades of Turkish Rose #AA757C

Tints of Turkish Rose #AA757C

Color information

#AA757C (or 0xAA757C) is unknown color: approx Turkish Rose. HEX triplet: AA, 75 and 7C. RGB value is (170,117,124). Sum of RGB (Red+Green+Blue) = 170+117+124=411 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.36% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 170 - color contains mainly: red. Hex color #AA757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA757C is #558A83. Grayscale: #858585. Windows color (decimal): -5606020 or 8156586. OLE color: 8156586.

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

Color convert

RGB170117124-
CMYK00.310.270.33
HSL352.08º23.77%56.27%-
HSV(B)352.08º31.18%66.67%-
XYZ26.5822.7222.05-
YUV133.65122.56153.93-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.36%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=41.36%
G=28.47%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011712400.310.270.33352.0823.7756.27
HexAA757C01F1B211601838
Octal25216517403733415403070
Binary10101010111010111111000111111101110000110110000011000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA757C; }

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

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

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

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

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

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

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

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