#AE6C6D

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

Shades of Turkish Rose #AE6C6D

Tints of Turkish Rose #AE6C6D

Color information

#AE6C6D (or 0xAE6C6D) is unknown color: approx Turkish Rose. HEX triplet: AE, 6C and 6D. RGB value is (174,108,109). Sum of RGB (Red+Green+Blue) = 174+108+109=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 108 (42.58% from 255 or 27.62% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C6D is #519392. Grayscale: #7F7F7F. Windows color (decimal): -5346195 or 7171246. OLE color: 7171246.

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

Color convert

RGB174108109-
CMYK00.380.370.32
HSL359.09º28.95%55.29%-
HSV(B)359.09º37.93%68.24%-
XYZ25.5820.8317.14-
YUV127.85117.37160.92-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 108 (42.58% from 255) = 27.62%
BLUE value IS 109 (42.97% from 255) = 27.88%
R=44.50%
G=27.62%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410810900.380.370.32359.0928.9555.29
HexAE6C6D02625201671d37
Octal25615415504645405473567
Binary1010111011011001101101010011010010110000010110011111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6C6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6C6D; }

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

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

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

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

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

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

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

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