#AE7277

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

Shades of Turkish Rose #AE7277

Tints of Turkish Rose #AE7277

Color information

#AE7277 (or 0xAE7277) is unknown color: approx Turkish Rose. HEX triplet: AE, 72 and 77. RGB value is (174,114,119). Sum of RGB (Red+Green+Blue) = 174+114+119=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 114 (44.92% from 255 or 28.01% from 407); Blue value is 119 (46.88% from 255 or 29.24% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7277 is #518D88. Grayscale: #848484. Windows color (decimal): -5344649 or 7828142. OLE color: 7828142.

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

Color convert

RGB174114119-
CMYK00.340.320.32
HSL355º27.03%56.47%-
HSV(B)355º34.48%68.24%-
XYZ26.822.3720.36-
YUV132.51120.38157.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.75%
GREEN value IS 114 (44.92% from 255) = 28.01%
BLUE value IS 119 (46.88% from 255) = 29.24%
R=42.75%
G=28.01%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411411900.340.320.3235527.0356.47
HexAE727702220201631b38
Octal25616216704240405433370
Binary1010111011100101110111010001010000010000010110001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7277; }

 p { color: rgb(174,114,119); }

 H1.HeaderClassName
 {
   color: #AE7277;
 }
 .AnyTagClassName
 {
   color: #AE7277;
 }
</style>
background-color css

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

 a { background-color: rgb(174,114,119); }

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

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

 span { border-color: rgb(174,114,119); }

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