#AD6E71

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

Shades of Turkish Rose #AD6E71

Tints of Turkish Rose #AD6E71

Color information

#AD6E71 (or 0xAD6E71) is unknown color: approx Turkish Rose. HEX triplet: AD, 6E and 71. RGB value is (173,110,113). Sum of RGB (Red+Green+Blue) = 173+110+113=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 110 (43.36% from 255 or 27.78% from 396); Blue value is 113 (44.53% from 255 or 28.54% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6E71 is #52918E. Grayscale: #818181. Windows color (decimal): -5411215 or 7433901. OLE color: 7433901.

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

Color convert

RGB173110113-
CMYK00.360.350.32
HSL357.14º27.75%55.49%-
HSV(B)357.14º36.42%67.84%-
XYZ25.7921.2318.36-
YUV129.18118.87159.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 110 (43.36% from 255) = 27.78%
BLUE value IS 113 (44.53% from 255) = 28.54%
R=43.69%
G=27.78%
B=28.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311011300.360.350.32357.1427.7555.49
HexAD6E7102423201651c37
Octal25515616104443405453467
Binary1010110111011101110001010010010001110000010110010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6E71; }

 p { color: rgb(173,110,113); }

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

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

 a { background-color: rgb(173,110,113); }

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

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

 span { border-color: rgb(173,110,113); }

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