#AE757A

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

Shades of Turkish Rose #AE757A

Tints of Turkish Rose #AE757A

Color information

#AE757A (or 0xAE757A) is unknown color: approx Turkish Rose. HEX triplet: AE, 75 and 7A. RGB value is (174,117,122). Sum of RGB (Red+Green+Blue) = 174+117+122=413 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.13% from 413); Green value is 117 (46.09% from 255 or 28.33% from 413); Blue value is 122 (48.05% from 255 or 29.54% from 413); Max value from RGB is 174 - color contains mainly: red. Hex color #AE757A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE757A is #518A85. Grayscale: #868686. Windows color (decimal): -5343878 or 8025518. OLE color: 8025518.

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

Color convert

RGB174117122-
CMYK00.330.300.32
HSL354.74º26.03%57.06%-
HSV(B)354.74º32.76%68.24%-
XYZ27.3323.1321.44-
YUV134.61120.88156.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.13%
GREEN value IS 117 (46.09% from 255) = 28.33%
BLUE value IS 122 (48.05% from 255) = 29.54%
R=42.13%
G=28.33%
B=29.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411712200.330.300.32354.7426.0357.06
HexAE757A0211E201631a39
Octal25616517204136405433271
Binary101011101110101111101001000011111010000010110001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE757A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE757A; }

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

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

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

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

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

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

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

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