#AE7278

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

Shades of Turkish Rose #AE7278

Tints of Turkish Rose #AE7278

Color information

#AE7278 (or 0xAE7278) is unknown color: approx Turkish Rose. HEX triplet: AE, 72 and 78. RGB value is (174,114,120). Sum of RGB (Red+Green+Blue) = 174+114+120=408 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.65% from 408); Green value is 114 (44.92% from 255 or 27.94% from 408); Blue value is 120 (47.27% from 255 or 29.41% from 408); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE7278 is #518D87. Grayscale: #848484. Windows color (decimal): -5344648 or 7893678. OLE color: 7893678.

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

Color convert

RGB174114120-
CMYK00.340.310.32
HSL354º27.03%56.47%-
HSV(B)354º34.48%68.24%-
XYZ26.8622.3920.68-
YUV132.62120.88157.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 42.65%
GREEN value IS 114 (44.92% from 255) = 27.94%
BLUE value IS 120 (47.27% from 255) = 29.41%
R=42.65%
G=27.94%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411412000.340.310.3235427.0356.47
HexAE72780221F201621b38
Octal25616217004237405423370
Binary101011101110010111100001000101111110000010110001011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7278; }

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

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

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

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

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

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

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

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