#AE666D

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

Shades of Turkish Rose #AE666D

Tints of Turkish Rose #AE666D

Color information

#AE666D (or 0xAE666D) is unknown color: approx Turkish Rose. HEX triplet: AE, 66 and 6D. RGB value is (174,102,109). Sum of RGB (Red+Green+Blue) = 174+102+109=385 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.19% from 385); Green value is 102 (40.23% from 255 or 26.49% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 174 - color contains mainly: red. Hex color #AE666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE666D is #519992. Grayscale: #7C7C7C. Windows color (decimal): -5347731 or 7169710. OLE color: 7169710.

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

Color convert

RGB174102109-
CMYK00.410.370.32
HSL354.17º30.77%54.12%-
HSV(B)354.17º41.38%68.24%-
XYZ24.9719.6116.94-
YUV124.33119.35163.43-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.19%
GREEN value IS 102 (40.23% from 255) = 26.49%
BLUE value IS 109 (42.97% from 255) = 28.31%
R=45.19%
G=26.49%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410210900.410.370.32354.1730.7754.12
HexAE666D02925201621f36
Octal25614615505145405423766
Binary1010111011001101101101010100110010110000010110001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE666D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE666D; }

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

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

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

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

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

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

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

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