Html Css Color HEX #AE757C Turkish Rose

📋 copy color: '#AE757C'

red 174 ◦ green 117 ◦ blue 124

#AE757C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turkish Rose #AE757C

Tints of Turkish Rose #AE757C

RGB

 RED value IS 174 (68.36% from 255) = 41.93%

 GREEN value IS 117 (46.09% from 255) = 28.19%

 BLUE value IS 124 (48.83% from 255) = 29.88%

R = 41.93%
G = 28.19%
B = 29.88%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE757C (or 0xAE757C) is known color: Turkish Rose. HEX triplet: AE, 75 and 7C. RGB value is (174,117,124). Sum of RGB (Red+Green+Blue) = 174+117+124=415 (54% of max value = 765). Red value is 174 (68.36% from 255 or 41.93% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 124 (48.83% from 255 or 29.88% from 415); Max value from RGB is 174 - color contains mainly: red. Hex color #AE757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE757C is #518A83. Grayscale: #868686. Windows color (decimal): -5343876 or 8156590. OLE color: 8156590.

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

Color convert

RGB 174 117 124 -
CMYK 0 0.33 0.29 0.32
HSL 352.63º 0.26% 0.57% -
HSV(B) 352.63º 0.33% 0.68% -
XYZ 27.45 23.18 22.1 -
YUV 134.84 121.88 155.93 -
System Red Green Blue C M Y K H S L
Decimal 174 117 124 0 0.33 0.29 0.32 352.63 0.26 0.57
Hex AE 75 7C 0 21 1D 20 161 1A 39
Octal 256 165 174 0 41 35 40 541 32 71
Binary 10101110 1110101 1111100 0 100001 11101 100000 101100001 11010 111001

Color Harmonies of #AE757C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE757C

Black with #AE757C

Text Example


Text Example

White with #AE757C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE757C; }

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

 H1.HeaderClassName
 {
   color: #AE757C;
 }
 .AnyTagClassName
 {
   color: #AE757C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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