#AD787C

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

Shades of Turkish Rose #AD787C

Tints of Turkish Rose #AD787C

Color information

#AD787C (or 0xAD787C) is unknown color: approx Turkish Rose. HEX triplet: AD, 78 and 7C. RGB value is (173,120,124). Sum of RGB (Red+Green+Blue) = 173+120+124=417 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.49% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 124 (48.83% from 255 or 29.74% from 417); Max value from RGB is 173 - color contains mainly: red. Hex color #AD787C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD787C is #528783. Grayscale: #888888. Windows color (decimal): -5408644 or 8157357. OLE color: 8157357.

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

Color convert

RGB173120124-
CMYK00.310.280.32
HSL355.47º24.42%57.45%-
HSV(B)355.47º30.64%67.84%-
XYZ27.5923.7722.2-
YUV136.3121.06154.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.49%
GREEN value IS 120 (47.27% from 255) = 28.78%
BLUE value IS 124 (48.83% from 255) = 29.74%
R=41.49%
G=28.78%
B=29.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312012400.310.280.32355.4724.4257.45
HexAD787C01F1C201631839
Octal25517017403734405433071
Binary10101101111100011111000111111110010000010110001111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD787C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD787C; }

 p { color: rgb(173,120,124); }

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

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

 a { background-color: rgb(173,120,124); }

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

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

 span { border-color: rgb(173,120,124); }

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