#AE686B

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

Shades of Turkish Rose #AE686B

Tints of Turkish Rose #AE686B

Color information

#AE686B (or 0xAE686B) is unknown color: approx Turkish Rose. HEX triplet: AE, 68 and 6B. RGB value is (174,104,107). Sum of RGB (Red+Green+Blue) = 174+104+107=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE686B is #519794. Grayscale: #7D7D7D. Windows color (decimal): -5347221 or 7039150. OLE color: 7039150.

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

Color convert

RGB174104107-
CMYK00.400.390.32
HSL357.43º30.17%54.51%-
HSV(B)357.43º40.23%68.24%-
XYZ25.0619.9616.44-
YUV125.27117.69162.76-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 104 (41.02% from 255) = 27.01%
BLUE value IS 107 (42.19% from 255) = 27.79%
R=45.19%
G=27.01%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410410700.400.390.32357.4330.1754.51
HexAE686B02827201651e37
Octal25615015305047405453667
Binary1010111011010001101011010100010011110000010110010111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE686B; }

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

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

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

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

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

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

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

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