#AE6671

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

Shades of Turkish Rose #AE6671

Tints of Turkish Rose #AE6671

Color information

#AE6671 (or 0xAE6671) is unknown color: approx Turkish Rose. HEX triplet: AE, 66 and 71. RGB value is (174,102,113). Sum of RGB (Red+Green+Blue) = 174+102+113=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 102 (40.23% from 255 or 26.22% from 389); Blue value is 113 (44.53% from 255 or 29.05% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6671 is #51998E. Grayscale: #7C7C7C. Windows color (decimal): -5347727 or 7431854. OLE color: 7431854.

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

Color convert

RGB174102113-
CMYK00.410.350.32
HSL350.83º30.77%54.12%-
HSV(B)350.83º41.38%68.24%-
XYZ25.1919.6918.1-
YUV124.78121.35163.11-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.73%
GREEN value IS 102 (40.23% from 255) = 26.22%
BLUE value IS 113 (44.53% from 255) = 29.05%
R=44.73%
G=26.22%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410211300.410.350.32350.8330.7754.12
HexAE6671029232015f1f36
Octal25614616105143405373766
Binary1010111011001101110001010100110001110000010101111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6671; }

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

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

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

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

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

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

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

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