#AE6368

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

Shades of Turkish Rose #AE6368

Tints of Turkish Rose #AE6368

Color information

#AE6368 (or 0xAE6368) is unknown color: approx Turkish Rose. HEX triplet: AE, 63 and 68. RGB value is (174,99,104). Sum of RGB (Red+Green+Blue) = 174+99+104=377 (49% of max value = 765). Red value is 174 (68.36% from 255 or 46.15% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6368 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6368 is #519C97. Grayscale: #7A7A7A. Windows color (decimal): -5348504 or 6841262. OLE color: 6841262.

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

Color convert

RGB17499104-
CMYK00.430.400.32
HSL356º31.65%53.53%-
HSV(B)356º43.1%68.24%-
XYZ24.4218.9215.46-
YUV121.99117.85165.09-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.15%
GREEN value IS 99 (39.06% from 255) = 26.26%
BLUE value IS 104 (41.02% from 255) = 27.59%
R=46.15%
G=26.26%
B=27.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.40
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1749910400.430.400.3235631.6553.53
HexAE636802B28201642036
Octal25614315005350405444066
Binary10101110110001111010000101011101000100000101100100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6368; }

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

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

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

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

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

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

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

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