Html Css Color HEX #AD7785 Tapestry

📋 copy color: '#AD7785'

red 173 ◦ green 119 ◦ blue 133

#AD7785
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tapestry #AD7785

Tints of Tapestry #AD7785

RGB

 RED value IS 173 (67.97% from 255) = 40.71%

 GREEN value IS 119 (46.88% from 255) = 28%

 BLUE value IS 133 (52.34% from 255) = 31.29%

R = 40.71%
G = 28%
B = 31.29%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#AD7785 (or 0xAD7785) is known color: Tapestry. HEX triplet: AD, 77 and 85. RGB value is (173,119,133). Sum of RGB (Red+Green+Blue) = 173+119+133=425 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.71% from 425); Green value is 119 (46.88% from 255 or 28% from 425); Blue value is 133 (52.34% from 255 or 31.29% from 425); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7785 is #52887A. Grayscale: #888888. Windows color (decimal): -5408891 or 8746925. OLE color: 8746925.

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

Color convert

RGB 173 119 133 -
CMYK 0 0.31 0.23 0.32
HSL 344.44º 0.25% 0.57% -
HSV(B) 344.44º 0.31% 0.68% -
XYZ 28.06 23.77 25.3 -
YUV 136.74 125.89 153.86 -
System Red Green Blue C M Y K H S L
Decimal 173 119 133 0 0.31 0.23 0.32 344.44 0.25 0.57
Hex AD 77 85 0 1F 17 20 158 19 39
Octal 255 167 205 0 37 27 40 530 31 71
Binary 10101101 1110111 10000101 0 11111 10111 100000 101011000 11001 111001

Color Harmonies of #AD7785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7785

Black with #AD7785

Text Example


Text Example

White with #AD7785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7785; }

 p { color: rgb(173,119,133); }

 H1.HeaderClassName
 {
   color: #AD7785;
 }
 .AnyTagClassName
 {
   color: #AD7785;
 }
</style>

background-color css

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

 a { background-color: rgb(173,119,133); }

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

border-color css

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

 span { border-color: rgb(173,119,133); }

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