#AD747D

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

Shades of Turkish Rose #AD747D

Tints of Turkish Rose #AD747D

Color information

#AD747D (or 0xAD747D) is unknown color: approx Turkish Rose. HEX triplet: AD, 74 and 7D. RGB value is (173,116,125). Sum of RGB (Red+Green+Blue) = 173+116+125=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 116 (45.70% from 255 or 28.02% from 414); Blue value is 125 (49.22% from 255 or 30.19% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD747D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD747D is #528B82. Grayscale: #868686. Windows color (decimal): -5409667 or 8221869. OLE color: 8221869.

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

Color convert

RGB173116125-
CMYK00.330.280.32
HSL350.53º25.79%56.67%-
HSV(B)350.53º32.95%67.84%-
XYZ27.1822.8622.38-
YUV134.07122.88155.77-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 116 (45.70% from 255) = 28.02%
BLUE value IS 125 (49.22% from 255) = 30.19%
R=41.79%
G=28.02%
B=30.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311612500.330.280.32350.5325.7956.67
HexAD747D0211C2015f1a39
Octal25516417504134405373271
Binary101011011110100111110101000011110010000010101111111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD747D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD747D; }

 p { color: rgb(173,116,125); }

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

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

 a { background-color: rgb(173,116,125); }

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

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

 span { border-color: rgb(173,116,125); }

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