#AD717C

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

Shades of Turkish Rose #AD717C

Tints of Turkish Rose #AD717C

Color information

#AD717C (or 0xAD717C) is unknown color: approx Turkish Rose. HEX triplet: AD, 71 and 7C. RGB value is (173,113,124). Sum of RGB (Red+Green+Blue) = 173+113+124=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD717C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD717C is #528E83. Grayscale: #848484. Windows color (decimal): -5410436 or 8155565. OLE color: 8155565.

HSL color Cylindrical-coordinate representation of color #AD717C: hue angle of 349º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AD717C is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB173113124-
CMYK00.350.280.32
HSL349º26.79%56.08%-
HSV(B)349º34.68%67.84%-
XYZ26.7822.1521.93-
YUV132.19123.38157.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 113 (44.53% from 255) = 27.56%
BLUE value IS 124 (48.83% from 255) = 30.24%
R=42.20%
G=27.56%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311312400.350.280.3234926.7956.08
HexAD717C0231C2015d1b38
Octal25516117404334405353370
Binary101011011110001111110001000111110010000010101110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD717C; }

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

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

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

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

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

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

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

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