#AA717C

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

Shades of Turkish Rose #AA717C

Tints of Turkish Rose #AA717C

Color information

#AA717C (or 0xAA717C) is unknown color: approx Turkish Rose. HEX triplet: AA, 71 and 7C. RGB value is (170,113,124). Sum of RGB (Red+Green+Blue) = 170+113+124=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 124 (48.83% from 255 or 30.47% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA717C is #558E83. Grayscale: #838383. Windows color (decimal): -5607044 or 8155562. OLE color: 8155562.

HSL color Cylindrical-coordinate representation of color #AA717C: hue angle of 348.42º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AA717C is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB170113124-
CMYK00.340.270.33
HSL348.42º25.11%55.49%-
HSV(B)348.42º33.53%66.67%-
XYZ26.1221.8121.9-
YUV131.3123.88155.61-

RGB Variations

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

RGB

RED value IS 170 (66.80% from 255) = 41.77%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 124 (48.83% from 255) = 30.47%
R=41.77%
G=27.76%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17011312400.340.270.33348.4225.1155.49
HexAA717C0221B2115c1937
Octal25216117404233415343167
Binary101010101110001111110001000101101110000110101110011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AA717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AA717C; }

 p { color: rgb(170,113,124); }

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

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

 a { background-color: rgb(170,113,124); }

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

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

 span { border-color: rgb(170,113,124); }

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