#AD6470

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

Shades of Turkish Rose #AD6470

Tints of Turkish Rose #AD6470

Color information

#AD6470 (or 0xAD6470) is unknown color: approx Turkish Rose. HEX triplet: AD, 64 and 70. RGB value is (173,100,112). Sum of RGB (Red+Green+Blue) = 173+100+112=385 (50% of max value = 765). Red value is 173 (67.97% from 255 or 44.94% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6470 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6470 is #529B8F. Grayscale: #7B7B7B. Windows color (decimal): -5413776 or 7365805. OLE color: 7365805.

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

Color convert

RGB173100112-
CMYK00.420.350.32
HSL350.14º30.8%53.53%-
HSV(B)350.14º42.2%67.84%-
XYZ24.7219.1717.73-
YUV123.2121.68163.52-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.94%
GREEN value IS 100 (39.45% from 255) = 25.97%
BLUE value IS 112 (44.14% from 255) = 29.09%
R=44.94%
G=25.97%
B=29.09%

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
Decimal17310011200.420.350.32350.1430.853.53
HexAD647002A232015e1f36
Octal25514416005243405363766
Binary1010110111001001110000010101010001110000010101111011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6470; }

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

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

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

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

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

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

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

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