#AE7C80

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

Shades of Turkish Rose #AE7C80

Tints of Turkish Rose #AE7C80

Color information

#AE7C80 (or 0xAE7C80) is unknown color: approx Turkish Rose. HEX triplet: AE, 7C and 80. RGB value is (174,124,128). Sum of RGB (Red+Green+Blue) = 174+124+128=426 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.85% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 128 (50.39% from 255 or 30.05% from 426); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C80 is #51837F. Grayscale: #8B8B8B. Windows color (decimal): -5342080 or 8420526. OLE color: 8420526.

HSL color Cylindrical-coordinate representation of color #AE7C80: hue angle of 355.2º degrees, saturation: 0.24, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AE7C80 is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB174124128-
CMYK00.290.260.32
HSL355.2º23.58%58.43%-
HSV(B)355.2º28.74%68.24%-
XYZ28.5624.9723.74-
YUV139.41121.56152.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 40.85%
GREEN value IS 124 (48.83% from 255) = 29.11%
BLUE value IS 128 (50.39% from 255) = 30.05%
R=40.85%
G=29.11%
B=30.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412412800.290.260.32355.223.5858.43
HexAE7C8001D1A20163183a
Octal25617420003532405433072
Binary101011101111100100000000111011101010000010110001111000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE7C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE7C80; }

 p { color: rgb(174,124,128); }

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

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

 a { background-color: rgb(174,124,128); }

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

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

 span { border-color: rgb(174,124,128); }

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