#AD757C

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

Shades of Turkish Rose #AD757C

Tints of Turkish Rose #AD757C

Color information

#AD757C (or 0xAD757C) is unknown color: approx Turkish Rose. HEX triplet: AD, 75 and 7C. RGB value is (173,117,124). Sum of RGB (Red+Green+Blue) = 173+117+124=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 117 (46.09% from 255 or 28.26% from 414); Blue value is 124 (48.83% from 255 or 29.95% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD757C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD757C is #528A83. Grayscale: #868686. Windows color (decimal): -5409412 or 8156589. OLE color: 8156589.

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

Color convert

RGB173117124-
CMYK00.320.280.32
HSL352.5º25.45%56.86%-
HSV(B)352.5º32.37%67.84%-
XYZ27.2323.0622.08-
YUV134.54122.05155.43-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 117 (46.09% from 255) = 28.26%
BLUE value IS 124 (48.83% from 255) = 29.95%
R=41.79%
G=28.26%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311712400.320.280.32352.525.4556.86
HexAD757C0201C201601939
Octal25516517404034405403171
Binary101011011110101111110001000001110010000010110000011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD757C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD757C; }

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

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

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

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

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

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

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

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