#AC757B

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

Shades of Turkish Rose #AC757B

Tints of Turkish Rose #AC757B

Color information

#AC757B (or 0xAC757B) is unknown color: approx Turkish Rose. HEX triplet: AC, 75 and 7B. RGB value is (172,117,123). Sum of RGB (Red+Green+Blue) = 172+117+123=412 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.75% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757B is #538A84. Grayscale: #868686. Windows color (decimal): -5474949 or 8091052. OLE color: 8091052.

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

Color convert

RGB172117123-
CMYK00.320.280.33
HSL353.45º24.89%56.67%-
HSV(B)353.45º31.98%67.45%-
XYZ26.9522.9221.74-
YUV134.13121.72155.01-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.75%
GREEN value IS 117 (46.09% from 255) = 28.40%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=41.75%
G=28.40%
B=29.85%

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
Decimal17211712300.320.280.33353.4524.8956.67
HexAC757B0201C211611939
Octal25416517304034415413171
Binary101011001110101111101101000001110010000110110000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC757B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC757B; }

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

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

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

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

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

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

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

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