#AE666C

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

Shades of Turkish Rose #AE666C

Tints of Turkish Rose #AE666C

Color information

#AE666C (or 0xAE666C) is unknown color: approx Turkish Rose. HEX triplet: AE, 66 and 6C. RGB value is (174,102,108). Sum of RGB (Red+Green+Blue) = 174+102+108=384 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.31% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 174 - color contains mainly: red. Hex color #AE666C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE666C is #519993. Grayscale: #7C7C7C. Windows color (decimal): -5347732 or 7104174. OLE color: 7104174.

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

Color convert

RGB174102108-
CMYK00.410.380.32
HSL355º30.77%54.12%-
HSV(B)355º41.38%68.24%-
XYZ24.9119.5816.65-
YUV124.21118.85163.51-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.31%
GREEN value IS 102 (40.23% from 255) = 26.56%
BLUE value IS 108 (42.58% from 255) = 28.12%
R=45.31%
G=26.56%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410210800.410.380.3235530.7754.12
HexAE666C02926201631f36
Octal25614615405146405433766
Binary1010111011001101101100010100110011010000010110001111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE666C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE666C; }

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

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

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

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

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

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

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

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