#AD787A

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

Shades of Turkish Rose #AD787A

Tints of Turkish Rose #AD787A

Color information

#AD787A (or 0xAD787A) is unknown color: approx Turkish Rose. HEX triplet: AD, 78 and 7A. RGB value is (173,120,122). Sum of RGB (Red+Green+Blue) = 173+120+122=415 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.69% from 415); Green value is 120 (47.27% from 255 or 28.92% from 415); Blue value is 122 (48.05% from 255 or 29.40% from 415); Max value from RGB is 173 - color contains mainly: red. Hex color #AD787A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD787A is #528785. Grayscale: #888888. Windows color (decimal): -5408646 or 8026285. OLE color: 8026285.

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

Color convert

RGB173120122-
CMYK00.310.290.32
HSL357.74º24.42%57.45%-
HSV(B)357.74º30.64%67.84%-
XYZ27.4623.7221.54-
YUV136.07120.06154.34-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.69%
GREEN value IS 120 (47.27% from 255) = 28.92%
BLUE value IS 122 (48.05% from 255) = 29.40%
R=41.69%
G=28.92%
B=29.40%

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
Decimal17312012200.310.290.32357.7424.4257.45
HexAD787A01F1D201661839
Octal25517017203735405463071
Binary10101101111100011110100111111110110000010110011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD787A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD787A; }

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

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

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

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

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

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

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

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