#AD757D

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

Shades of Turkish Rose #AD757D

Tints of Turkish Rose #AD757D

Color information

#AD757D (or 0xAD757D) is unknown color: approx Turkish Rose. HEX triplet: AD, 75 and 7D. RGB value is (173,117,125). Sum of RGB (Red+Green+Blue) = 173+117+125=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 117 (46.09% from 255 or 28.19% from 415); Blue value is 125 (49.22% from 255 or 30.12% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD757D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD757D is #528A82. Grayscale: #868686. Windows color (decimal): -5409411 or 8222125. OLE color: 8222125.

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

Color convert

RGB173117125-
CMYK00.320.280.32
HSL351.43º25.45%56.86%-
HSV(B)351.43º32.37%67.84%-
XYZ27.323.0922.42-
YUV134.66122.55155.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 117 (46.09% from 255) = 28.19%
BLUE value IS 125 (49.22% from 255) = 30.12%
R=41.69%
G=28.19%
B=30.12%

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
Decimal17311712500.320.280.32351.4325.4556.86
HexAD757D0201C2015f1939
Octal25516517504034405373171
Binary101011011110101111110101000001110010000010101111111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD757D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD757D; }

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

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

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

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

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

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

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

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