#AD737C

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

Shades of Turkish Rose #AD737C

Tints of Turkish Rose #AD737C

Color information

#AD737C (or 0xAD737C) is unknown color: approx Turkish Rose. HEX triplet: AD, 73 and 7C. RGB value is (173,115,124). Sum of RGB (Red+Green+Blue) = 173+115+124=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 115 (45.31% from 255 or 27.91% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD737C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD737C is #528C83. Grayscale: #858585. Windows color (decimal): -5409924 or 8156077. OLE color: 8156077.

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

Color convert

RGB173115124-
CMYK00.340.280.32
HSL350.69º26.13%56.47%-
HSV(B)350.69º33.53%67.84%-
XYZ2722.622.01-
YUV133.37122.72156.27-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 115 (45.31% from 255) = 27.91%
BLUE value IS 124 (48.83% from 255) = 30.10%
R=41.99%
G=27.91%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311512400.340.280.32350.6926.1356.47
HexAD737C0221C2015f1a38
Octal25516317404234405373270
Binary101011011110011111110001000101110010000010101111111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD737C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD737C; }

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

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

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

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

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

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

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

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