#AE6770

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

Shades of Turkish Rose #AE6770

Tints of Turkish Rose #AE6770

Color information

#AE6770 (or 0xAE6770) is unknown color: approx Turkish Rose. HEX triplet: AE, 67 and 70. RGB value is (174,103,112). Sum of RGB (Red+Green+Blue) = 174+103+112=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 112 (44.14% from 255 or 28.79% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6770 is #51988F. Grayscale: #7D7D7D. Windows color (decimal): -5347472 or 7366574. OLE color: 7366574.

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

Color convert

RGB174103112-
CMYK00.410.360.32
HSL352.39º30.47%54.31%-
HSV(B)352.39º40.8%68.24%-
XYZ25.2319.8717.83-
YUV125.26120.52162.77-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 103 (40.62% from 255) = 26.48%
BLUE value IS 112 (44.14% from 255) = 28.79%
R=44.73%
G=26.48%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.36
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410311200.410.360.32352.3930.4754.31
HexAE677002924201601e36
Octal25614716005144405403666
Binary1010111011001111110000010100110010010000010110000011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6770; }

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

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

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

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

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

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

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

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