#AC757E

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

Shades of Turkish Rose #AC757E

Tints of Turkish Rose #AC757E

Color information

#AC757E (or 0xAC757E) is unknown color: approx Turkish Rose. HEX triplet: AC, 75 and 7E. RGB value is (172,117,126). Sum of RGB (Red+Green+Blue) = 172+117+126=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 126 (49.61% from 255 or 30.36% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757E is #538A81. Grayscale: #868686. Windows color (decimal): -5474946 or 8287660. OLE color: 8287660.

HSL color Cylindrical-coordinate representation of color #AC757E: hue angle of 350.18º 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 #AC757E is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB172117126-
CMYK00.320.270.33
HSL350.18º24.89%56.67%-
HSV(B)350.18º31.98%67.45%-
XYZ27.142322.75-
YUV134.47123.22154.77-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 126 (49.61% from 255) = 30.36%
R=41.45%
G=28.19%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211712600.320.270.33350.1824.8956.67
HexAC757E0201B2115e1939
Octal25416517604033415363171
Binary101011001110101111111001000001101110000110101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC757E; }

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

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

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

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

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

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

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

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