#AE6364

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

Shades of Turkish Rose #AE6364

Tints of Turkish Rose #AE6364

Color information

#AE6364 (or 0xAE6364) is unknown color: approx Turkish Rose. HEX triplet: AE, 63 and 64. RGB value is (174,99,100). Sum of RGB (Red+Green+Blue) = 174+99+100=373 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.65% from 373); Green value is 99 (39.06% from 255 or 26.54% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6364 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6364 is #519C9B. Grayscale: #797979. Windows color (decimal): -5348508 or 6579118. OLE color: 6579118.

HSL color Cylindrical-coordinate representation of color #AE6364: hue angle of 359.2º degrees, saturation: 0.32, 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 #AE6364 is Cyan = 0, Magento = 0.43, Yellow = 0.43 and Black (K on CMYK) = 0.32.

Color convert

RGB17499100-
CMYK00.430.430.32
HSL359.2º31.65%53.53%-
HSV(B)359.2º43.1%68.24%-
XYZ24.2218.8414.42-
YUV121.54115.85165.42-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.65%
GREEN value IS 99 (39.06% from 255) = 26.54%
BLUE value IS 100 (39.45% from 255) = 26.81%
R=46.65%
G=26.54%
B=26.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.43
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749910000.430.430.32359.231.6553.53
HexAE636402B2B201672036
Octal25614314405353405474066
Binary10101110110001111001000101011101011100000101100111100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6364

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6364; }

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

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

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

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

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

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

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

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