Html Css Color HEX #AD738D Tapestry

📋 copy color: '#AD738D'

red 173 ◦ green 115 ◦ blue 141

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

Shades of Tapestry #AD738D

Tints of Tapestry #AD738D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 26.81%

 BLUE value IS 141 (55.47% from 255) = 32.87%

R = 40.33%
G = 26.81%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AD738D (or 0xAD738D) is known color: Tapestry. HEX triplet: AD, 73 and 8D. RGB value is (173,115,141). Sum of RGB (Red+Green+Blue) = 173+115+141=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 115 (45.31% from 255 or 26.81% from 429); Blue value is 141 (55.47% from 255 or 32.87% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD738D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD738D is #528C72. Grayscale: #878787. Windows color (decimal): -5409907 or 9270189. OLE color: 9270189.

HSL color Cylindrical-coordinate representation of color #AD738D: hue angle of 333.1º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AD738D is Cyan = 0, Magento = 0.34, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 115 141 -
CMYK 0 0.34 0.18 0.32
HSL 333.1º 0.26% 0.56% -
HSV(B) 333.1º 0.34% 0.68% -
XYZ 28.17 23.07 28.17 -
YUV 135.31 131.22 154.89 -
System Red Green Blue C M Y K H S L
Decimal 173 115 141 0 0.34 0.18 0.32 333.1 0.26 0.56
Hex AD 73 8D 0 22 12 20 14D 1A 38
Octal 255 163 215 0 42 22 40 515 32 70
Binary 10101101 1110011 10001101 0 100010 10010 100000 101001101 11010 111000

Color Harmonies of #AD738D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD738D

Black with #AD738D

Text Example


Text Example

White with #AD738D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD738D; }

 p { color: rgb(173,115,141); }

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

background-color css

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

 a { background-color: rgb(173,115,141); }

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

border-color css

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

 span { border-color: rgb(173,115,141); }

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