#AC737C

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

Shades of Turkish Rose #AC737C

Tints of Turkish Rose #AC737C

Color information

#AC737C (or 0xAC737C) is unknown color: approx Turkish Rose. HEX triplet: AC, 73 and 7C. RGB value is (172,115,124). Sum of RGB (Red+Green+Blue) = 172+115+124=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 115 (45.31% from 255 or 27.98% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC737C is #538C83. Grayscale: #858585. Windows color (decimal): -5475460 or 8156076. OLE color: 8156076.

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

Color convert

RGB172115124-
CMYK00.330.280.33
HSL350.53º25.56%56.27%-
HSV(B)350.53º33.14%67.45%-
XYZ26.7822.4922-
YUV133.07122.88155.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 115 (45.31% from 255) = 27.98%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=41.85%
G=27.98%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211512400.330.280.33350.5325.5656.27
HexAC737C0211C2115f1a38
Octal25416317404134415373270
Binary101011001110011111110001000011110010000110101111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC737C; }

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

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

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

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

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

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

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

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