#AC707C

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

Shades of Turkish Rose #AC707C

Tints of Turkish Rose #AC707C

Color information

#AC707C (or 0xAC707C) is unknown color: approx Turkish Rose. HEX triplet: AC, 70 and 7C. RGB value is (172,112,124). Sum of RGB (Red+Green+Blue) = 172+112+124=408 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.16% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 124 (48.83% from 255 or 30.39% from 408); Max value from RGB is 172 - color contains mainly: red. Hex color #AC707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC707C is #538F83. Grayscale: #838383. Windows color (decimal): -5476228 or 8155308. OLE color: 8155308.

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

Color convert

RGB172112124-
CMYK00.350.280.33
HSL348º26.55%55.69%-
HSV(B)348º34.88%67.45%-
XYZ26.4521.8121.89-
YUV131.31123.88157.02-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.16%
GREEN value IS 112 (44.14% from 255) = 27.45%
BLUE value IS 124 (48.83% from 255) = 30.39%
R=42.16%
G=27.45%
B=30.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211212400.350.280.3334826.5555.69
HexAC707C0231C2115c1b38
Octal25416017404334415343370
Binary101011001110000111110001000111110010000110101110011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC707C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC707C; }

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

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

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

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

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

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

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

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