#AE626E

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

Shades of Turkish Rose #AE626E

Tints of Turkish Rose #AE626E

Color information

#AE626E (or 0xAE626E) is unknown color: approx Turkish Rose. HEX triplet: AE, 62 and 6E. RGB value is (174,98,110). Sum of RGB (Red+Green+Blue) = 174+98+110=382 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.55% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 174 - color contains mainly: red. Hex color #AE626E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE626E is #519D91. Grayscale: #7A7A7A. Windows color (decimal): -5348754 or 7234222. OLE color: 7234222.

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

Color convert

RGB17498110-
CMYK00.440.370.32
HSL350.53º31.93%53.33%-
HSV(B)350.53º43.68%68.24%-
XYZ24.6418.8617.09-
YUV122.09121.18165.02-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.55%
GREEN value IS 98 (38.67% from 255) = 25.65%
BLUE value IS 110 (43.36% from 255) = 28.80%
R=45.55%
G=25.65%
B=28.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749811000.440.370.32350.5331.9353.33
HexAE626E02C252015f2035
Octal25614215605445405374065
Binary10101110110001011011100101100100101100000101011111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE626E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE626E; }

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

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

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

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

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

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

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

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