#AD6171

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

Shades of Turkish Rose #AD6171

Tints of Turkish Rose #AD6171

Color information

#AD6171 (or 0xAD6171) is unknown color: approx Turkish Rose. HEX triplet: AD, 61 and 71. RGB value is (173,97,113). Sum of RGB (Red+Green+Blue) = 173+97+113=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6171 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6171 is #529E8E. Grayscale: #797979. Windows color (decimal): -5414543 or 7430573. OLE color: 7430573.

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

Color convert

RGB17397113-
CMYK00.440.350.32
HSL347.37º31.67%52.94%-
HSV(B)347.37º43.93%67.84%-
XYZ24.4918.6317.93-
YUV121.55123.18164.7-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 97 (38.28% from 255) = 25.33%
BLUE value IS 113 (44.53% from 255) = 29.50%
R=45.17%
G=25.33%
B=29.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739711300.440.350.32347.3731.6752.94
HexAD617102C232015b2035
Octal25514116105443405334065
Binary10101101110000111100010101100100011100000101011011100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6171; }

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

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

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

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

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

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

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

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