#AE6A77

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

Shades of Turkish Rose #AE6A77

Tints of Turkish Rose #AE6A77

Color information

#AE6A77 (or 0xAE6A77) is unknown color: approx Turkish Rose. HEX triplet: AE, 6A and 77. RGB value is (174,106,119). Sum of RGB (Red+Green+Blue) = 174+106+119=399 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.61% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 119 (46.88% from 255 or 29.82% from 399); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6A77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6A77 is #519588. Grayscale: #7F7F7F. Windows color (decimal): -5346697 or 7826094. OLE color: 7826094.

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

Color convert

RGB174106119-
CMYK00.390.320.32
HSL348.53º29.57%54.9%-
HSV(B)348.53º39.08%68.24%-
XYZ25.9420.6420.07-
YUV127.81123.03160.94-

RGB Variations

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

RGB

RED value IS 174 (68.36% from 255) = 43.61%
GREEN value IS 106 (41.80% from 255) = 26.57%
BLUE value IS 119 (46.88% from 255) = 29.82%
R=43.61%
G=26.57%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17410611900.390.320.32348.5329.5754.9
HexAE6A77027202015d1e37
Octal25615216704740405353667
Binary1010111011010101110111010011110000010000010101110111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AE6A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AE6A77; }

 p { color: rgb(174,106,119); }

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

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

 a { background-color: rgb(174,106,119); }

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

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

 span { border-color: rgb(174,106,119); }

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