#AE686C

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

Shades of Turkish Rose #AE686C

Tints of Turkish Rose #AE686C

Color information

#AE686C (or 0xAE686C) is unknown color: approx Turkish Rose. HEX triplet: AE, 68 and 6C. RGB value is (174,104,108). Sum of RGB (Red+Green+Blue) = 174+104+108=386 (51% of max value = 765). Red value is 174 (68.36% from 255 or 45.08% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 108 (42.58% from 255 or 27.98% from 386); Max value from RGB is 174 - color contains mainly: red. Hex color #AE686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE686C is #519793. Grayscale: #7D7D7D. Windows color (decimal): -5347220 or 7104686. OLE color: 7104686.

HSL color Cylindrical-coordinate representation of color #AE686C: hue angle of 356.57º degrees, saturation: 0.3, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AE686C is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB174104108-
CMYK00.400.380.32
HSL356.57º30.17%54.51%-
HSV(B)356.57º40.23%68.24%-
XYZ25.1119.9816.72-
YUV125.39118.19162.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.08%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 108 (42.58% from 255) = 27.98%
R=45.08%
G=26.94%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410410800.400.380.32356.5730.1754.51
HexAE686C02826201651e37
Octal25615015405046405453667
Binary1010111011010001101100010100010011010000010110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE686C; }

 p { color: rgb(174,104,108); }

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

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

 a { background-color: rgb(174,104,108); }

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

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

 span { border-color: rgb(174,104,108); }

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