#AE757E

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

Shades of Turkish Rose #AE757E

Tints of Turkish Rose #AE757E

Color information

#AE757E (or 0xAE757E) is unknown color: approx Turkish Rose. HEX triplet: AE, 75 and 7E. RGB value is (174,117,126). Sum of RGB (Red+Green+Blue) = 174+117+126=417 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.73% from 417); Green value is 117 (46.09% from 255 or 28.06% from 417); Blue value is 126 (49.61% from 255 or 30.22% from 417); Max value from RGB is 174 - color contains mainly: red. Hex color #AE757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE757E is #518A81. Grayscale: #878787. Windows color (decimal): -5343874 or 8287662. OLE color: 8287662.

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

Color convert

RGB174117126-
CMYK00.330.280.32
HSL350.53º26.03%57.06%-
HSV(B)350.53º32.76%68.24%-
XYZ27.5823.2322.77-
YUV135.07122.88155.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.73%
GREEN value IS 117 (46.09% from 255) = 28.06%
BLUE value IS 126 (49.61% from 255) = 30.22%
R=41.73%
G=28.06%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411712600.330.280.32350.5326.0357.06
HexAE757E0211C2015f1a39
Octal25616517604134405373271
Binary101011101110101111111001000011110010000010101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE757E; }

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

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

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

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

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

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

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

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