#AE7374

Color #AE7374 Turkish Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turkish Rose #AE7374

Tints of Turkish Rose #AE7374

Color information

#AE7374 (or 0xAE7374) is unknown color: approx 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

RGB174115116-
CMYK00.340.330.32
HSL358.98º26.7%56.67%-
HSV(B)358.98º33.91%68.24%-
XYZ26.7422.5219.46-
YUV132.76118.55157.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.96%
GREEN value IS 115 (45.31% from 255) = 28.40%
BLUE value IS 116 (45.70% from 255) = 28.64%
R=42.96%
G=28.40%
B=28.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411511600.340.330.32358.9826.756.67
HexAE737402221201671b39
Octal25616316404241405473371
Binary1010111011100111110100010001010000110000010110011111011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>