#AE787D

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

Shades of Turkish Rose #AE787D

Tints of Turkish Rose #AE787D

Color information

#AE787D (or 0xAE787D) is unknown color: approx Turkish Rose. HEX triplet: AE, 78 and 7D. RGB value is (174,120,125). Sum of RGB (Red+Green+Blue) = 174+120+125=419 (55% of max value = 765). Red value is 174 (68.36% from 255 or 41.53% from 419); Green value is 120 (47.27% from 255 or 28.64% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 174 - color contains mainly: red. Hex color #AE787D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE787D is #518782. Grayscale: #888888. Windows color (decimal): -5343107 or 8222894. OLE color: 8222894.

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

Color convert

RGB174120125-
CMYK00.310.280.32
HSL354.44º25%57.65%-
HSV(B)354.44º31.03%68.24%-
XYZ27.8723.9122.55-
YUV136.72121.39154.59-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 41.53%
GREEN value IS 120 (47.27% from 255) = 28.64%
BLUE value IS 125 (49.22% from 255) = 29.83%
R=41.53%
G=28.64%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17412012500.310.280.32354.442557.65
HexAE787D01F1C20162193a
Octal25617017503734405423172
Binary10101110111100011111010111111110010000010110001011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE787D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE787D; }

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

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

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

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

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

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

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

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