Html Css Color HEX #AD738E Tapestry

📋 copy color: '#AD738E'

red 173 ◦ green 115 ◦ blue 142

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

Shades of Tapestry #AD738E

Tints of Tapestry #AD738E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 33.02%

R = 40.23%
G = 26.74%
B = 33.02%

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

#AD738E (or 0xAD738E) is known color: Tapestry. HEX triplet: AD, 73 and 8E. RGB value is (173,115,142). Sum of RGB (Red+Green+Blue) = 173+115+142=430 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.23% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 142 (55.86% from 255 or 33.02% from 430); Max value from RGB is 173 - color contains mainly: red. Hex color #AD738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD738E is #528C71. Grayscale: #878787. Windows color (decimal): -5409906 or 9335725. OLE color: 9335725.

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

Color convert

RGB 173 115 142 -
CMYK 0 0.34 0.18 0.32
HSL 332.07º 0.26% 0.56% -
HSV(B) 332.07º 0.34% 0.68% -
XYZ 28.25 23.1 28.56 -
YUV 135.42 131.72 154.8 -
System Red Green Blue C M Y K H S L
Decimal 173 115 142 0 0.34 0.18 0.32 332.07 0.26 0.56
Hex AD 73 8E 0 22 12 20 14C 1A 38
Octal 255 163 216 0 42 22 40 514 32 70
Binary 10101101 1110011 10001110 0 100010 10010 100000 101001100 11010 111000

Color Harmonies of #AD738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD738E

Black with #AD738E

Text Example


Text Example

White with #AD738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD738E; }

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

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

background-color css

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

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

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

border-color css

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

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

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