#AE6475

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

Shades of Turkish Rose #AE6475

Tints of Turkish Rose #AE6475

Color information

#AE6475 (or 0xAE6475) is unknown color: approx Turkish Rose. HEX triplet: AE, 64 and 75. RGB value is (174,100,117). Sum of RGB (Red+Green+Blue) = 174+100+117=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 117 (46.09% from 255 or 29.92% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6475 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6475 is #519B8A. Grayscale: #7C7C7C. Windows color (decimal): -5348235 or 7693486. OLE color: 7693486.

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

Color convert

RGB174100117-
CMYK00.430.330.32
HSL346.22º31.36%53.73%-
HSV(B)346.22º42.53%68.24%-
XYZ25.2219.419.24-
YUV124.06124.02163.62-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.50%
GREEN value IS 100 (39.45% from 255) = 25.58%
BLUE value IS 117 (46.09% from 255) = 29.92%
R=44.50%
G=25.58%
B=29.92%

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
Decimal17410011700.430.330.32346.2231.3653.73
HexAE647502B212015a1f36
Octal25614416505341405323766
Binary1010111011001001110101010101110000110000010101101011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6475; }

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

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

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

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

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

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

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

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