Html Css Color HEX #AE7374 Turkish Rose

📋 copy color: '#AE7374'

red 174 ◦ green 115 ◦ blue 116

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

Shades of Turkish Rose #AE7374

Tints of Turkish Rose #AE7374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 28.64%

R = 42.96%
G = 28.4%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.33

 K value IS 0.32

RGB Variations

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

Color information

#AE7374 (or 0xAE7374) is known color: Turkish Rose. HEX triplet: AE, 73 and 74. RGB value is (174,115,116). Sum of RGB (Red+Green+Blue) = 174+115+116=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 115 (45.31% from 255 or 28.40% from 405); Blue value is 116 (45.70% from 255 or 28.64% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7374 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7374 is #518C8B. Grayscale: #848484. Windows color (decimal): -5344396 or 7631790. OLE color: 7631790.

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

Color convert

RGB 174 115 116 -
CMYK 0 0.34 0.33 0.32
HSL 358.98º 0.27% 0.57% -
HSV(B) 358.98º 0.34% 0.68% -
XYZ 26.74 22.52 19.46 -
YUV 132.76 118.55 157.42 -
System Red Green Blue C M Y K H S L
Decimal 174 115 116 0 0.34 0.33 0.32 358.98 0.27 0.57
Hex AE 73 74 0 22 21 20 167 1B 39
Octal 256 163 164 0 42 41 40 547 33 71
Binary 10101110 1110011 1110100 0 100010 100001 100000 101100111 11011 111001

Color Harmonies of #AE7374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7374

Black with #AE7374

Text Example


Text Example

White with #AE7374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7374; }

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

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

background-color css

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

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

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

border-color css

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

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

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