#AE6B78

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

Shades of Turkish Rose #AE6B78

Tints of Turkish Rose #AE6B78

Color information

#AE6B78 (or 0xAE6B78) is unknown color: approx Turkish Rose. HEX triplet: AE, 6B and 78. RGB value is (174,107,120). Sum of RGB (Red+Green+Blue) = 174+107+120=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 107 (42.19% from 255 or 26.68% from 401); Blue value is 120 (47.27% from 255 or 29.93% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B78 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B78 is #519487. Grayscale: #808080. Windows color (decimal): -5346440 or 7891886. OLE color: 7891886.

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

Color convert

RGB174107120-
CMYK00.390.310.32
HSL348.36º29.26%55.1%-
HSV(B)348.36º38.51%68.24%-
XYZ26.120.8720.42-
YUV128.51123.2160.44-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.39%
GREEN value IS 107 (42.19% from 255) = 26.68%
BLUE value IS 120 (47.27% from 255) = 29.93%
R=43.39%
G=26.68%
B=29.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410712000.390.310.32348.3629.2655.1
HexAE6B780271F2015c1d37
Octal25615317004737405343567
Binary101011101101011111100001001111111110000010101110011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B78; }

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

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

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

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

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

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

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

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