#AD5F73

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

Shades of Turkish Rose #AD5F73

Tints of Turkish Rose #AD5F73

Color information

#AD5F73 (or 0xAD5F73) is unknown color: approx Turkish Rose. HEX triplet: AD, 5F and 73. RGB value is (173,95,115). Sum of RGB (Red+Green+Blue) = 173+95+115=383 (50% of max value = 765). Red value is 173 (67.97% from 255 or 45.17% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 173 - color contains mainly: red. Hex color #AD5F73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD5F73 is #52A08C. Grayscale: #787878. Windows color (decimal): -5415053 or 7561133. OLE color: 7561133.

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

Color convert

RGB17395115-
CMYK00.450.340.32
HSL344.62º32.23%52.55%-
HSV(B)344.62º45.09%67.84%-
XYZ24.4218.3118.47-
YUV120.6124.84165.37-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 45.17%
GREEN value IS 95 (37.5% from 255) = 24.80%
BLUE value IS 115 (45.31% from 255) = 30.03%
R=45.17%
G=24.80%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739511500.450.340.32344.6232.2352.55
HexAD5F7302D22201592035
Octal25513716305542405314065
Binary10101101101111111100110101101100010100000101011001100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD5F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD5F73; }

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

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

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

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

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

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

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

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