#AE727A

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

Shades of Turkish Rose #AE727A

Tints of Turkish Rose #AE727A

Color information

#AE727A (or 0xAE727A) is unknown color: approx Turkish Rose. HEX triplet: AE, 72 and 7A. RGB value is (174,114,122). Sum of RGB (Red+Green+Blue) = 174+114+122=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 114 (44.92% from 255 or 27.80% from 410); Blue value is 122 (48.05% from 255 or 29.76% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE727A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE727A is #518D85. Grayscale: #848484. Windows color (decimal): -5344646 or 8024750. OLE color: 8024750.

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

Color convert

RGB174114122-
CMYK00.340.300.32
HSL352º27.03%56.47%-
HSV(B)352º34.48%68.24%-
XYZ26.9922.4421.32-
YUV132.85121.88157.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.44%
GREEN value IS 114 (44.92% from 255) = 27.80%
BLUE value IS 122 (48.05% from 255) = 29.76%
R=42.44%
G=27.80%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411412200.340.300.3235227.0356.47
HexAE727A0221E201601b38
Octal25616217204236405403370
Binary101011101110010111101001000101111010000010110000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE727A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE727A; }

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

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

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

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

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

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

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

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