#AD757E

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

Shades of Turkish Rose #AD757E

Tints of Turkish Rose #AD757E

Color information

#AD757E (or 0xAD757E) is unknown color: approx Turkish Rose. HEX triplet: AD, 75 and 7E. RGB value is (173,117,126). Sum of RGB (Red+Green+Blue) = 173+117+126=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 117 (46.09% from 255 or 28.12% from 416); Blue value is 126 (49.61% from 255 or 30.29% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD757E is #528A81. Grayscale: #868686. Windows color (decimal): -5409410 or 8287661. OLE color: 8287661.

HSL color Cylindrical-coordinate representation of color #AD757E: hue angle of 350.36º 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 #AD757E is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173117126-
CMYK00.320.270.32
HSL350.36º25.45%56.86%-
HSV(B)350.36º32.37%67.84%-
XYZ27.3623.1122.76-
YUV134.77123.05155.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 117 (46.09% from 255) = 28.12%
BLUE value IS 126 (49.61% from 255) = 30.29%
R=41.59%
G=28.12%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311712600.320.270.32350.3625.4556.86
HexAD757E0201B2015e1939
Octal25516517604033405363171
Binary101011011110101111111001000001101110000010101111011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD757E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD757E; }

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

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

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

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

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

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

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

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