#AE6C75

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

Shades of Turkish Rose #AE6C75

Tints of Turkish Rose #AE6C75

Color information

#AE6C75 (or 0xAE6C75) is unknown color: approx Turkish Rose. HEX triplet: AE, 6C and 75. RGB value is (174,108,117). Sum of RGB (Red+Green+Blue) = 174+108+117=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 108 (42.58% from 255 or 27.07% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C75 is #51938A. Grayscale: #808080. Windows color (decimal): -5346187 or 7695534. OLE color: 7695534.

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

Color convert

RGB174108117-
CMYK00.380.330.32
HSL351.82º28.95%55.29%-
HSV(B)351.82º37.93%68.24%-
XYZ26.0321.0119.51-
YUV128.76121.37160.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 108 (42.58% from 255) = 27.07%
BLUE value IS 117 (46.09% from 255) = 29.32%
R=43.61%
G=27.07%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410811700.380.330.32351.8228.9555.29
HexAE6C7502621201601d37
Octal25615416504641405403567
Binary1010111011011001110101010011010000110000010110000011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C75; }

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

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

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

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

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

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

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

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