#AE6B70

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

Shades of Turkish Rose #AE6B70

Tints of Turkish Rose #AE6B70

Color information

#AE6B70 (or 0xAE6B70) is unknown color: approx Turkish Rose. HEX triplet: AE, 6B and 70. RGB value is (174,107,112). Sum of RGB (Red+Green+Blue) = 174+107+112=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 107 (42.19% from 255 or 27.23% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B70 is #51948F. Grayscale: #7F7F7F. Windows color (decimal): -5346448 or 7367598. OLE color: 7367598.

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

Color convert

RGB174107112-
CMYK00.390.360.32
HSL355.52º29.26%55.1%-
HSV(B)355.52º38.51%68.24%-
XYZ25.6420.6817.97-
YUV127.6119.2161.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.27%
GREEN value IS 107 (42.19% from 255) = 27.23%
BLUE value IS 112 (44.14% from 255) = 28.50%
R=44.27%
G=27.23%
B=28.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410711200.390.360.32355.5229.2655.1
HexAE6B7002724201641d37
Octal25615316004744405443567
Binary1010111011010111110000010011110010010000010110010011101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6B70; }

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

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

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

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

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

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

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

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