#AC757A

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

Shades of Turkish Rose #AC757A

Tints of Turkish Rose #AC757A

Color information

#AC757A (or 0xAC757A) is unknown color: approx Turkish Rose. HEX triplet: AC, 75 and 7A. RGB value is (172,117,122). Sum of RGB (Red+Green+Blue) = 172+117+122=411 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.85% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 122 (48.05% from 255 or 29.68% from 411); Max value from RGB is 172 - color contains mainly: red. Hex color #AC757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC757A is #538A85. Grayscale: #868686. Windows color (decimal): -5474950 or 8025516. OLE color: 8025516.

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

Color convert

RGB172117122-
CMYK00.320.290.33
HSL354.55º24.89%56.67%-
HSV(B)354.55º31.98%67.45%-
XYZ26.8922.921.42-
YUV134.01121.22155.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.85%
GREEN value IS 117 (46.09% from 255) = 28.47%
BLUE value IS 122 (48.05% from 255) = 29.68%
R=41.85%
G=28.47%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211712200.320.290.33354.5524.8956.67
HexAC757A0201D211631939
Octal25416517204035415433171
Binary101011001110101111101001000001110110000110110001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC757A; }

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

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

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

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

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

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

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

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