#AD6D70

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

Shades of Turkish Rose #AD6D70

Tints of Turkish Rose #AD6D70

Color information

#AD6D70 (or 0xAD6D70) is unknown color: approx Turkish Rose. HEX triplet: AD, 6D and 70. RGB value is (173,109,112). Sum of RGB (Red+Green+Blue) = 173+109+112=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 112 (44.14% from 255 or 28.43% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6D70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6D70 is #52928F. Grayscale: #808080. Windows color (decimal): -5411472 or 7368109. OLE color: 7368109.

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

Color convert

RGB173109112-
CMYK00.370.350.32
HSL357.19º28.07%55.29%-
HSV(B)357.19º36.99%67.84%-
XYZ25.6320.9918.03-
YUV128.48118.7159.76-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.91%
GREEN value IS 109 (42.97% from 255) = 27.66%
BLUE value IS 112 (44.14% from 255) = 28.43%
R=43.91%
G=27.66%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.35
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310911200.370.350.32357.1928.0755.29
HexAD6D7002523201651c37
Octal25515516004543405453467
Binary1010110111011011110000010010110001110000010110010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6D70; }

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

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

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

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

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

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

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

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