Html Css Color HEX #AE737D Turkish Rose

📋 copy color: '#AE737D'

red 174 ◦ green 115 ◦ blue 125

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

Shades of Turkish Rose #AE737D

Tints of Turkish Rose #AE737D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

 BLUE value IS 125 (49.22% from 255) = 30.19%

R = 42.03%
G = 27.78%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE737D (or 0xAE737D) is known color: Turkish Rose. HEX triplet: AE, 73 and 7D. RGB value is (174,115,125). Sum of RGB (Red+Green+Blue) = 174+115+125=414 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.03% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 174 - color contains mainly: red. Hex color #AE737D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE737D is #518C82. Grayscale: #858585. Windows color (decimal): -5344387 or 8221614. OLE color: 8221614.

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

Color convert

RGB 174 115 125 -
CMYK 0 0.34 0.28 0.32
HSL 349.83º 0.27% 0.57% -
HSV(B) 349.83º 0.34% 0.68% -
XYZ 27.29 22.74 22.35 -
YUV 133.78 123.05 156.69 -
System Red Green Blue C M Y K H S L
Decimal 174 115 125 0 0.34 0.28 0.32 349.83 0.27 0.57
Hex AE 73 7D 0 22 1C 20 15E 1B 39
Octal 256 163 175 0 42 34 40 536 33 71
Binary 10101110 1110011 1111101 0 100010 11100 100000 101011110 11011 111001

Color Harmonies of #AE737D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE737D

Black with #AE737D

Text Example


Text Example

White with #AE737D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE737D; }

 p { color: rgb(174,115,125); }

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

background-color css

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

 a { background-color: rgb(174,115,125); }

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

border-color css

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

 span { border-color: rgb(174,115,125); }

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