Html Css Color HEX #AD788C Tapestry

📋 copy color: '#AD788C'

red 173 ◦ green 120 ◦ blue 140

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

Shades of Tapestry #AD788C

Tints of Tapestry #AD788C

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.71%

 BLUE value IS 140 (55.08% from 255) = 32.33%

R = 39.95%
G = 27.71%
B = 32.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AD788C (or 0xAD788C) is known color: Tapestry. HEX triplet: AD, 78 and 8C. RGB value is (173,120,140). Sum of RGB (Red+Green+Blue) = 173+120+140=433 (57% of max value = 765). Red value is 173 (67.97% from 255 or 39.95% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 140 (55.08% from 255 or 32.33% from 433); Max value from RGB is 173 - color contains mainly: red. Hex color #AD788C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD788C is #528773. Grayscale: #8A8A8A. Windows color (decimal): -5408628 or 9205933. OLE color: 9205933.

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

Color convert

RGB 173 120 140 -
CMYK 0 0.31 0.19 0.32
HSL 337.36º 0.24% 0.57% -
HSV(B) 337.36º 0.31% 0.68% -
XYZ 28.68 24.21 27.97 -
YUV 138.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 173 120 140 0 0.31 0.19 0.32 337.36 0.24 0.57
Hex AD 78 8C 0 1F 13 20 151 18 39
Octal 255 170 214 0 37 23 40 521 30 71
Binary 10101101 1111000 10001100 0 11111 10011 100000 101010001 11000 111001

Color Harmonies of #AD788C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD788C

Black with #AD788C

Text Example


Text Example

White with #AD788C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD788C; }

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

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

background-color css

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

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

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

border-color css

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

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

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