Html Css Color HEX #AE717C Turkish Rose

📋 copy color: '#AE717C'

red 174 ◦ green 113 ◦ blue 124

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

Shades of Turkish Rose #AE717C

Tints of Turkish Rose #AE717C

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.49%

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

R = 42.34%
G = 27.49%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE717C (or 0xAE717C) is known color: Turkish Rose. HEX triplet: AE, 71 and 7C. RGB value is (174,113,124). Sum of RGB (Red+Green+Blue) = 174+113+124=411 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.34% from 411); Green value is 113 (44.53% from 255 or 27.49% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 174 - color contains mainly: red. Hex color #AE717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE717C is #518E83. Grayscale: #848484. Windows color (decimal): -5344900 or 8155566. OLE color: 8155566.

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

Color convert

RGB 174 113 124 -
CMYK 0 0.35 0.29 0.32
HSL 349.18º 0.27% 0.56% -
HSV(B) 349.18º 0.35% 0.68% -
XYZ 27 22.26 21.94 -
YUV 132.49 123.21 157.61 -
System Red Green Blue C M Y K H S L
Decimal 174 113 124 0 0.35 0.29 0.32 349.18 0.27 0.56
Hex AE 71 7C 0 23 1D 20 15D 1B 38
Octal 256 161 174 0 43 35 40 535 33 70
Binary 10101110 1110001 1111100 0 100011 11101 100000 101011101 11011 111000

Color Harmonies of #AE717C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE717C

Black with #AE717C

Text Example


Text Example

White with #AE717C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE717C; }

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

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

background-color css

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

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

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

border-color css

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

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

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