#AD5F71

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

Shades of Turkish Rose #AD5F71

Tints of Turkish Rose #AD5F71

Color information

#AD5F71 (or 0xAD5F71) is unknown color: approx Turkish Rose. HEX triplet: AD, 5F and 71. RGB value is (173,95,113). Sum of RGB (Red+Green+Blue) = 173+95+113=381 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.41% from 381); Green value is 95 (37.5% from 255 or 24.93% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F71 is #52A08E. Grayscale: #787878. Windows color (decimal): -5415055 or 7430061. OLE color: 7430061.

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

Color convert

RGB17395113-
CMYK00.450.350.32
HSL346.15º32.23%52.55%-
HSV(B)346.15º45.09%67.84%-
XYZ24.3118.2617.87-
YUV120.37123.84165.54-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.41%
GREEN value IS 95 (37.5% from 255) = 24.93%
BLUE value IS 113 (44.53% from 255) = 29.66%
R=45.41%
G=24.93%
B=29.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739511300.450.350.32346.1532.2352.55
HexAD5F7102D232015a2035
Octal25513716105543405324065
Binary10101101101111111100010101101100011100000101011010100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F71; }

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

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

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

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

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

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

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

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