#AE6474

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

Shades of Turkish Rose #AE6474

Tints of Turkish Rose #AE6474

Color information

#AE6474 (or 0xAE6474) is unknown color: approx Turkish Rose. HEX triplet: AE, 64 and 74. RGB value is (174,100,116). Sum of RGB (Red+Green+Blue) = 174+100+116=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 116 (45.70% from 255 or 29.74% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6474 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6474 is #519B8B. Grayscale: #7B7B7B. Windows color (decimal): -5348236 or 7627950. OLE color: 7627950.

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

Color convert

RGB174100116-
CMYK00.430.330.32
HSL347.03º31.36%53.73%-
HSV(B)347.03º42.53%68.24%-
XYZ25.1719.3718.94-
YUV123.95123.52163.7-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.62%
GREEN value IS 100 (39.45% from 255) = 25.64%
BLUE value IS 116 (45.70% from 255) = 29.74%
R=44.62%
G=25.64%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410011600.430.330.32347.0331.3653.73
HexAE647402B212015b1f36
Octal25614416405341405333766
Binary1010111011001001110100010101110000110000010101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6474; }

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

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

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

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

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

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

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

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