#AE6E70

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

Shades of Turkish Rose #AE6E70

Tints of Turkish Rose #AE6E70

Color information

#AE6E70 (or 0xAE6E70) is unknown color: approx Turkish Rose. HEX triplet: AE, 6E and 70. RGB value is (174,110,112). Sum of RGB (Red+Green+Blue) = 174+110+112=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6E70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6E70 is #51918F. Grayscale: #818181. Windows color (decimal): -5345680 or 7368366. OLE color: 7368366.

HSL color Cylindrical-coordinate representation of color #AE6E70: hue angle of 358.12º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AE6E70 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB174110112-
CMYK00.370.360.32
HSL358.12º28.32%55.69%-
HSV(B)358.12º36.78%68.24%-
XYZ25.9621.3218.08-
YUV129.36118.2159.84-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.94%
GREEN value IS 110 (43.36% from 255) = 27.78%
BLUE value IS 112 (44.14% from 255) = 28.28%
R=43.94%
G=27.78%
B=28.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17411011200.370.360.32358.1228.3255.69
HexAE6E7002524201661c38
Octal25615616004544405463470
Binary1010111011011101110000010010110010010000010110011011100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6E70; }

 p { color: rgb(174,110,112); }

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

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

 a { background-color: rgb(174,110,112); }

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

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

 span { border-color: rgb(174,110,112); }

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