Html Css Color HEX #AE727C Turkish Rose

📋 copy color: '#AE727C'

red 174 ◦ green 114 ◦ blue 124

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

Shades of Turkish Rose #AE727C

Tints of Turkish Rose #AE727C

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.67%

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

R = 42.23%
G = 27.67%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE727C (or 0xAE727C) is known color: Turkish Rose. HEX triplet: AE, 72 and 7C. RGB value is (174,114,124). Sum of RGB (Red+Green+Blue) = 174+114+124=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE727C is #518D83. Grayscale: #858585. Windows color (decimal): -5344644 or 8155822. OLE color: 8155822.

HSL color Cylindrical-coordinate representation of color #AE727C: hue angle of 350º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE727C is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 124 -
CMYK 0 0.34 0.29 0.32
HSL 350º 0.27% 0.56% -
HSV(B) 350º 0.34% 0.68% -
XYZ 27.11 22.49 21.98 -
YUV 133.08 122.88 157.19 -
System Red Green Blue C M Y K H S L
Decimal 174 114 124 0 0.34 0.29 0.32 350 0.27 0.56
Hex AE 72 7C 0 22 1D 20 15E 1B 38
Octal 256 162 174 0 42 35 40 536 33 70
Binary 10101110 1110010 1111100 0 100010 11101 100000 101011110 11011 111000

Color Harmonies of #AE727C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE727C

Black with #AE727C

Text Example


Text Example

White with #AE727C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE727C; }

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

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

background-color css

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

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

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

border-color css

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

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

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