#AD6570

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

Shades of Turkish Rose #AD6570

Tints of Turkish Rose #AD6570

Color information

#AD6570 (or 0xAD6570) is unknown color: approx Turkish Rose. HEX triplet: AD, 65 and 70. RGB value is (173,101,112). Sum of RGB (Red+Green+Blue) = 173+101+112=386 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.82% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6570 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6570 is #529A8F. Grayscale: #7B7B7B. Windows color (decimal): -5413520 or 7366061. OLE color: 7366061.

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

Color convert

RGB173101112-
CMYK00.420.350.32
HSL350.83º30.51%53.73%-
HSV(B)350.83º41.62%67.84%-
XYZ24.8119.3617.76-
YUV123.78121.35163.11-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.82%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 112 (44.14% from 255) = 29.02%
R=44.82%
G=26.17%
B=29.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310111200.420.350.32350.8330.5153.73
HexAD657002A232015f1f36
Octal25514516005243405373766
Binary1010110111001011110000010101010001110000010101111111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6570; }

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

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

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

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

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

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

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

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