Html Css Color HEX #AE707C Turkish Rose

📋 copy color: '#AE707C'

red 174 ◦ green 112 ◦ blue 124

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

Shades of Turkish Rose #AE707C

Tints of Turkish Rose #AE707C

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.32%

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

R = 42.44%
G = 27.32%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.32

RGB Variations

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

Color information

#AE707C (or 0xAE707C) is known color: Turkish Rose. HEX triplet: AE, 70 and 7C. RGB value is (174,112,124). Sum of RGB (Red+Green+Blue) = 174+112+124=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE707C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE707C is #518F83. Grayscale: #838383. Windows color (decimal): -5345156 or 8155310. OLE color: 8155310.

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

Color convert

RGB 174 112 124 -
CMYK 0 0.36 0.29 0.32
HSL 348.39º 0.28% 0.56% -
HSV(B) 348.39º 0.36% 0.68% -
XYZ 26.89 22.04 21.91 -
YUV 131.91 123.54 158.02 -
System Red Green Blue C M Y K H S L
Decimal 174 112 124 0 0.36 0.29 0.32 348.39 0.28 0.56
Hex AE 70 7C 0 24 1D 20 15C 1C 38
Octal 256 160 174 0 44 35 40 534 34 70
Binary 10101110 1110000 1111100 0 100100 11101 100000 101011100 11100 111000

Color Harmonies of #AE707C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE707C

Black with #AE707C

Text Example


Text Example

White with #AE707C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE707C; }

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

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

background-color css

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

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

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

border-color css

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

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

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