Html Css Color HEX #AD788B Tapestry

📋 copy color: '#AD788B'

red 173 ◦ green 120 ◦ blue 139

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

Shades of Tapestry #AD788B

Tints of Tapestry #AD788B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.18%

R = 40.05%
G = 27.78%
B = 32.18%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD788B (or 0xAD788B) is known color: Tapestry. HEX triplet: AD, 78 and 8B. RGB value is (173,120,139). Sum of RGB (Red+Green+Blue) = 173+120+139=432 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.05% from 432); Green value is 120 (47.27% from 255 or 27.78% from 432); Blue value is 139 (54.69% from 255 or 32.18% from 432); Max value from RGB is 173 - color contains mainly: red. Hex color #AD788B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD788B is #528774. Grayscale: #898989. Windows color (decimal): -5408629 or 9140397. OLE color: 9140397.

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

Color convert

RGB 173 120 139 -
CMYK 0 0.31 0.20 0.32
HSL 338.49º 0.24% 0.57% -
HSV(B) 338.49º 0.31% 0.68% -
XYZ 28.61 24.18 27.59 -
YUV 138.01 128.56 152.96 -
System Red Green Blue C M Y K H S L
Decimal 173 120 139 0 0.31 0.20 0.32 338.49 0.24 0.57
Hex AD 78 8B 0 1F 14 20 152 18 39
Octal 255 170 213 0 37 24 40 522 30 71
Binary 10101101 1111000 10001011 0 11111 10100 100000 101010010 11000 111001

Color Harmonies of #AD788B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD788B

Black with #AD788B

Text Example


Text Example

White with #AD788B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD788B; }

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

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

background-color css

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

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

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

border-color css

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

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

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