#AD727C

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

Shades of Turkish Rose #AD727C

Tints of Turkish Rose #AD727C

Color information

#AD727C (or 0xAD727C) is unknown color: approx Turkish Rose. HEX triplet: AD, 72 and 7C. RGB value is (173,114,124). Sum of RGB (Red+Green+Blue) = 173+114+124=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 114 (44.92% from 255 or 27.74% from 411); Blue value is 124 (48.83% from 255 or 30.17% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD727C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD727C is #528D83. Grayscale: #848484. Windows color (decimal): -5410180 or 8155821. OLE color: 8155821.

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

Color convert

RGB173114124-
CMYK00.340.280.32
HSL349.83º26.46%56.27%-
HSV(B)349.83º34.1%67.84%-
XYZ26.8922.3721.97-
YUV132.78123.05156.69-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 114 (44.92% from 255) = 27.74%
BLUE value IS 124 (48.83% from 255) = 30.17%
R=42.09%
G=27.74%
B=30.17%

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
Decimal17311412400.340.280.32349.8326.4656.27
HexAD727C0221C2015e1a38
Octal25516217404234405363270
Binary101011011110010111110001000101110010000010101111011010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD727C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD727C; }

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

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

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

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

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

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

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

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