#AE737B

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

Shades of Turkish Rose #AE737B

Tints of Turkish Rose #AE737B

Color information

#AE737B (or 0xAE737B) is unknown color: approx Turkish Rose. HEX triplet: AE, 73 and 7B. RGB value is (174,115,123). Sum of RGB (Red+Green+Blue) = 174+115+123=412 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.23% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 123 (48.44% from 255 or 29.85% from 412); Max value from RGB is 174 - color contains mainly: red. Hex color #AE737B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE737B is #518C84. Grayscale: #858585. Windows color (decimal): -5344389 or 8090542. OLE color: 8090542.

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

Color convert

RGB174115123-
CMYK00.340.290.32
HSL351.86º26.7%56.67%-
HSV(B)351.86º33.91%68.24%-
XYZ27.1622.6921.69-
YUV133.55122.05156.85-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.23%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 123 (48.44% from 255) = 29.85%
R=42.23%
G=27.91%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411512300.340.290.32351.8626.756.67
HexAE737B0221D201601b39
Octal25616317304235405403371
Binary101011101110011111101101000101110110000010110000011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE737B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE737B; }

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

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

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

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

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

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

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

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