#AD6573

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

Shades of Turkish Rose #AD6573

Tints of Turkish Rose #AD6573

Color information

#AD6573 (or 0xAD6573) is unknown color: approx Turkish Rose. HEX triplet: AD, 65 and 73. RGB value is (173,101,115). Sum of RGB (Red+Green+Blue) = 173+101+115=389 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.47% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 115 (45.31% from 255 or 29.56% from 389); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6573 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6573 is #529A8C. Grayscale: #7C7C7C. Windows color (decimal): -5413517 or 7562669. OLE color: 7562669.

HSL color Cylindrical-coordinate representation of color #AD6573: hue angle of 348.33º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #AD6573 is Cyan = 0, Magento = 0.42, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB173101115-
CMYK00.420.340.32
HSL348.33º30.51%53.73%-
HSV(B)348.33º41.62%67.84%-
XYZ24.9819.4318.65-
YUV124.12122.85162.86-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.47%
GREEN value IS 101 (39.84% from 255) = 25.96%
BLUE value IS 115 (45.31% from 255) = 29.56%
R=44.47%
G=25.96%
B=29.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.34
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310111500.420.340.32348.3330.5153.73
HexAD657302A222015c1f36
Octal25514516305242405343766
Binary1010110111001011110011010101010001010000010101110011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6573; }

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

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

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

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

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

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

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

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