#AC757C

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

Shades of Turkish Rose #AC757C

Tints of Turkish Rose #AC757C

Color information

#AC757C (or 0xAC757C) is unknown color: approx Turkish Rose. HEX triplet: AC, 75 and 7C. RGB value is (172,117,124). Sum of RGB (Red+Green+Blue) = 172+117+124=413 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.65% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 124 (48.83% from 255 or 30.02% from 413); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757C is #538A83. Grayscale: #868686. Windows color (decimal): -5474948 or 8156588. OLE color: 8156588.

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

Color convert

RGB172117124-
CMYK00.320.280.33
HSL352.36º24.89%56.67%-
HSV(B)352.36º31.98%67.45%-
XYZ27.0122.9522.07-
YUV134.24122.22154.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.65%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 124 (48.83% from 255) = 30.02%
R=41.65%
G=28.33%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211712400.320.280.33352.3624.8956.67
HexAC757C0201C211601939
Octal25416517404034415403171
Binary101011001110101111110001000001110010000110110000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC757C; }

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

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

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

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

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

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

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

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