#AE626C

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

Shades of Turkish Rose #AE626C

Tints of Turkish Rose #AE626C

Color information

#AE626C (or 0xAE626C) is unknown color: approx Turkish Rose. HEX triplet: AE, 62 and 6C. RGB value is (174,98,108). Sum of RGB (Red+Green+Blue) = 174+98+108=380 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.79% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 174 - color contains mainly: red. Hex color #AE626C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE626C is #519D93. Grayscale: #797979. Windows color (decimal): -5348756 or 7103150. OLE color: 7103150.

HSL color Cylindrical-coordinate representation of color #AE626C: hue angle of 352.11º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AE626C is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.32.

Color convert

RGB17498108-
CMYK00.440.380.32
HSL352.11º31.93%53.33%-
HSV(B)352.11º43.68%68.24%-
XYZ24.5318.8216.53-
YUV121.86120.18165.19-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.79%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 108 (42.58% from 255) = 28.42%
R=45.79%
G=25.79%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749810800.440.380.32352.1131.9353.33
HexAE626C02C26201602035
Octal25614215405446405404065
Binary10101110110001011011000101100100110100000101100000100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE626C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE626C; }

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

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

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

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

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

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

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

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