Html Css Color HEX #AD788A Tapestry

📋 copy color: '#AD788A'

red 173 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #AD788A

Tints of Tapestry #AD788A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 40.14%
G = 27.84%
B = 32.02%

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

#AD788A (or 0xAD788A) is known color: Tapestry. HEX triplet: AD, 78 and 8A. RGB value is (173,120,138). Sum of RGB (Red+Green+Blue) = 173+120+138=431 (57% of max value = 765). Red value is 173 (67.97% from 255 or 40.14% from 431); Green value is 120 (47.27% from 255 or 27.84% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 173 - color contains mainly: red. Hex color #AD788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD788A is #528775. Grayscale: #898989. Windows color (decimal): -5408630 or 9074861. OLE color: 9074861.

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

Color convert

RGB 173 120 138 -
CMYK 0 0.31 0.20 0.32
HSL 339.62º 0.24% 0.57% -
HSV(B) 339.62º 0.31% 0.68% -
XYZ 28.54 24.15 27.2 -
YUV 137.9 128.06 153.04 -
System Red Green Blue C M Y K H S L
Decimal 173 120 138 0 0.31 0.20 0.32 339.62 0.24 0.57
Hex AD 78 8A 0 1F 14 20 154 18 39
Octal 255 170 212 0 37 24 40 524 30 71
Binary 10101101 1111000 10001010 0 11111 10100 100000 101010100 11000 111001

Color Harmonies of #AD788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD788A

Black with #AD788A

Text Example


Text Example

White with #AD788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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