#AD7179

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

Shades of Turkish Rose #AD7179

Tints of Turkish Rose #AD7179

Color information

#AD7179 (or 0xAD7179) is unknown color: approx Turkish Rose. HEX triplet: AD, 71 and 79. RGB value is (173,113,121). Sum of RGB (Red+Green+Blue) = 173+113+121=407 (53% of max value = 765). Red value is 173 (67.97% from 255 or 42.51% from 407); Green value is 113 (44.53% from 255 or 27.76% from 407); Blue value is 121 (47.66% from 255 or 29.73% from 407); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7179 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD7179 is #528E86. Grayscale: #838383. Windows color (decimal): -5410439 or 7958957. OLE color: 7958957.

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

Color convert

RGB173113121-
CMYK00.350.300.32
HSL352º26.79%56.08%-
HSV(B)352º34.68%67.84%-
XYZ26.5922.0720.95-
YUV131.85121.88157.35-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.51%
GREEN value IS 113 (44.53% from 255) = 27.76%
BLUE value IS 121 (47.66% from 255) = 29.73%
R=42.51%
G=27.76%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311312100.350.300.3235226.7956.08
HexAD71790231E201601b38
Octal25516117104336405403370
Binary101011011110001111100101000111111010000010110000011011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD7179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD7179; }

 p { color: rgb(173,113,121); }

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

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

 a { background-color: rgb(173,113,121); }

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

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

 span { border-color: rgb(173,113,121); }

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