#AE6468

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

Shades of Turkish Rose #AE6468

Tints of Turkish Rose #AE6468

Color information

#AE6468 (or 0xAE6468) is unknown color: approx Turkish Rose. HEX triplet: AE, 64 and 68. RGB value is (174,100,104). Sum of RGB (Red+Green+Blue) = 174+100+104=378 (50% of max value = 765). Red value is 174 (68.36% from 255 or 46.03% from 378); Green value is 100 (39.45% from 255 or 26.46% from 378); Blue value is 104 (41.02% from 255 or 27.51% from 378); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6468 is #519B97. Grayscale: #7A7A7A. Windows color (decimal): -5348248 or 6841518. OLE color: 6841518.

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

Color convert

RGB174100104-
CMYK00.430.400.32
HSL356.76º31.36%53.73%-
HSV(B)356.76º42.53%68.24%-
XYZ24.5119.1115.49-
YUV122.58117.52164.67-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 46.03%
GREEN value IS 100 (39.45% from 255) = 26.46%
BLUE value IS 104 (41.02% from 255) = 27.51%
R=46.03%
G=26.46%
B=27.51%

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
Decimal17410010400.430.400.32356.7631.3653.73
HexAE646802B28201651f36
Octal25614415005350405453766
Binary1010111011001001101000010101110100010000010110010111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6468; }

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

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

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

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

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

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

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

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