#AE626A

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

Shades of Turkish Rose #AE626A

Tints of Turkish Rose #AE626A

Color information

#AE626A (or 0xAE626A) is unknown color: approx Turkish Rose. HEX triplet: AE, 62 and 6A. RGB value is (174,98,106). Sum of RGB (Red+Green+Blue) = 174+98+106=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 98 (38.67% from 255 or 25.93% from 378); Blue value is 106 (41.80% from 255 or 28.04% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE626A is #519D95. Grayscale: #797979. Windows color (decimal): -5348758 or 6972078. OLE color: 6972078.

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

Color convert

RGB17498106-
CMYK00.440.390.32
HSL353.68º31.93%53.33%-
HSV(B)353.68º43.68%68.24%-
XYZ24.4218.7715.97-
YUV121.64119.18165.35-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 98 (38.67% from 255) = 25.93%
BLUE value IS 106 (41.80% from 255) = 28.04%
R=46.03%
G=25.93%
B=28.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749810600.440.390.32353.6831.9353.33
HexAE626A02C27201622035
Octal25614215205447405424065
Binary10101110110001011010100101100100111100000101100010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE626A; }

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

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

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

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

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

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

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

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