#AE646D

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

Shades of Turkish Rose #AE646D

Tints of Turkish Rose #AE646D

Color information

#AE646D (or 0xAE646D) is unknown color: approx Turkish Rose. HEX triplet: AE, 64 and 6D. RGB value is (174,100,109). Sum of RGB (Red+Green+Blue) = 174+100+109=383 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.43% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 109 (42.97% from 255 or 28.46% from 383); Max value from RGB is 174 - color contains mainly: red. Hex color #AE646D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE646D is #519B92. Grayscale: #7B7B7B. Windows color (decimal): -5348243 or 7169198. OLE color: 7169198.

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

Color convert

RGB174100109-
CMYK00.430.370.32
HSL352.7º31.36%53.73%-
HSV(B)352.7º42.53%68.24%-
XYZ24.7719.2216.87-
YUV123.15120.02164.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.43%
GREEN value IS 100 (39.45% from 255) = 26.11%
BLUE value IS 109 (42.97% from 255) = 28.46%
R=45.43%
G=26.11%
B=28.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410010900.430.370.32352.731.3653.73
HexAE646D02B25201611f36
Octal25614415505345405413766
Binary1010111011001001101101010101110010110000010110000111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE646D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE646D; }

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

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

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

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

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

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

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

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