#AE6775

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

Shades of Turkish Rose #AE6775

Tints of Turkish Rose #AE6775

Color information

#AE6775 (or 0xAE6775) is unknown color: approx Turkish Rose. HEX triplet: AE, 67 and 75. RGB value is (174,103,117). Sum of RGB (Red+Green+Blue) = 174+103+117=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 117 (46.09% from 255 or 29.70% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6775 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6775 is #51988A. Grayscale: #7D7D7D. Windows color (decimal): -5347467 or 7694254. OLE color: 7694254.

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

Color convert

RGB174103117-
CMYK00.410.330.32
HSL348.17º30.47%54.31%-
HSV(B)348.17º40.8%68.24%-
XYZ25.5219.9819.34-
YUV125.82123.02162.36-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 44.16%
GREEN value IS 103 (40.62% from 255) = 26.14%
BLUE value IS 117 (46.09% from 255) = 29.70%
R=44.16%
G=26.14%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410311700.410.330.32348.1730.4754.31
HexAE6775029212015c1e36
Octal25614716505141405343666
Binary1010111011001111110101010100110000110000010101110011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6775; }

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

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

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

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

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

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

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

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