#AD787B

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

Shades of Turkish Rose #AD787B

Tints of Turkish Rose #AD787B

Color information

#AD787B (or 0xAD787B) is unknown color: approx Turkish Rose. HEX triplet: AD, 78 and 7B. RGB value is (173,120,123). Sum of RGB (Red+Green+Blue) = 173+120+123=416 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.59% from 416); Green value is 120 (47.27% from 255 or 28.85% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 173 - color contains mainly: red. Hex color #AD787B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD787B is #528784. Grayscale: #888888. Windows color (decimal): -5408645 or 8091821. OLE color: 8091821.

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

Color convert

RGB173120123-
CMYK00.310.290.32
HSL356.6º24.42%57.45%-
HSV(B)356.6º30.64%67.84%-
XYZ27.5323.7521.87-
YUV136.19120.56154.26-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.59%
GREEN value IS 120 (47.27% from 255) = 28.85%
BLUE value IS 123 (48.44% from 255) = 29.57%
R=41.59%
G=28.85%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.29
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17312012300.310.290.32356.624.4257.45
HexAD787B01F1D201651839
Octal25517017303735405453071
Binary10101101111100011110110111111110110000010110010111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD787B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD787B; }

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

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

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

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

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

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

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

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