#AE6575

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

Shades of Turkish Rose #AE6575

Tints of Turkish Rose #AE6575

Color information

#AE6575 (or 0xAE6575) is unknown color: approx Turkish Rose. HEX triplet: AE, 65 and 75. RGB value is (174,101,117). Sum of RGB (Red+Green+Blue) = 174+101+117=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 101 (39.84% from 255 or 25.77% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6575 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6575 is #519A8A. Grayscale: #7C7C7C. Windows color (decimal): -5347979 or 7693742. OLE color: 7693742.

HSL color Cylindrical-coordinate representation of color #AE6575: hue angle of 346.85º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AE6575 is Cyan = 0, Magento = 0.42, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB174101117-
CMYK00.420.330.32
HSL346.85º31.06%53.92%-
HSV(B)346.85º41.95%68.24%-
XYZ25.3219.5919.28-
YUV124.65123.68163.2-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.39%
GREEN value IS 101 (39.84% from 255) = 25.77%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=44.39%
G=25.77%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410111700.420.330.32346.8531.0653.92
HexAE657502A212015b1f36
Octal25614516505241405333766
Binary1010111011001011110101010101010000110000010101101111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6575; }

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

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

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

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

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

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

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

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