#AE626B

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

Shades of Turkish Rose #AE626B

Tints of Turkish Rose #AE626B

Color information

#AE626B (or 0xAE626B) is unknown color: approx Turkish Rose. HEX triplet: AE, 62 and 6B. RGB value is (174,98,107). Sum of RGB (Red+Green+Blue) = 174+98+107=379 (50% of max value = 765). Red value is 174 (68.36% from 255 or 45.91% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 174 - color contains mainly: red. Hex color #AE626B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE626B is #519D94. Grayscale: #797979. Windows color (decimal): -5348757 or 7037614. OLE color: 7037614.

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

Color convert

RGB17498107-
CMYK00.440.390.32
HSL352.89º31.93%53.33%-
HSV(B)352.89º43.68%68.24%-
XYZ24.4818.816.25-
YUV121.75119.68165.27-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 45.91%
GREEN value IS 98 (38.67% from 255) = 25.86%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=45.91%
G=25.86%
B=28.23%

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
Decimal1749810700.440.390.32352.8931.9353.33
HexAE626B02C27201612035
Octal25614215305447405414065
Binary10101110110001011010110101100100111100000101100001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE626B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE626B; }

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

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

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

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

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

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

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

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