#AE6670

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

Shades of Turkish Rose #AE6670

Tints of Turkish Rose #AE6670

Color information

#AE6670 (or 0xAE6670) is unknown color: approx Turkish Rose. HEX triplet: AE, 66 and 70. RGB value is (174,102,112). Sum of RGB (Red+Green+Blue) = 174+102+112=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 112 (44.14% from 255 or 28.87% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6670 is #51998F. Grayscale: #7C7C7C. Windows color (decimal): -5347728 or 7366318. OLE color: 7366318.

HSL color Cylindrical-coordinate representation of color #AE6670: hue angle of 351.67º degrees, saturation: 0.31, 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 #AE6670 is Cyan = 0, Magento = 0.41, Yellow = 0.36 and Black (K on CMYK) = 0.32.

Color convert

RGB174102112-
CMYK00.410.360.32
HSL351.67º30.77%54.12%-
HSV(B)351.67º41.38%68.24%-
XYZ25.1319.6717.8-
YUV124.67120.85163.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.85%
GREEN value IS 102 (40.23% from 255) = 26.29%
BLUE value IS 112 (44.14% from 255) = 28.87%
R=44.85%
G=26.29%
B=28.87%

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
Decimal17410211200.410.360.32351.6730.7754.12
HexAE667002924201601f36
Octal25614616005144405403766
Binary1010111011001101110000010100110010010000010110000011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6670; }

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

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

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

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

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

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

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

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