Html Css Color HEX #AD738B Tapestry

📋 copy color: '#AD738B'

red 173 ◦ green 115 ◦ blue 139

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

Shades of Tapestry #AD738B

Tints of Tapestry #AD738B

RGB

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

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

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

R = 40.52%
G = 26.93%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AD738B (or 0xAD738B) is known color: Tapestry. HEX triplet: AD, 73 and 8B. RGB value is (173,115,139). Sum of RGB (Red+Green+Blue) = 173+115+139=427 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.52% from 427); Green value is 115 (45.31% from 255 or 26.93% from 427); Blue value is 139 (54.69% from 255 or 32.55% from 427); Max value from RGB is 173 - color contains mainly: red. Hex color #AD738B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD738B is #528C74. Grayscale: #878787. Windows color (decimal): -5409909 or 9139117. OLE color: 9139117.

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

Color convert

RGB 173 115 139 -
CMYK 0 0.34 0.20 0.32
HSL 335.17º 0.26% 0.56% -
HSV(B) 335.17º 0.34% 0.68% -
XYZ 28.02 23.01 27.39 -
YUV 135.08 130.22 155.05 -
System Red Green Blue C M Y K H S L
Decimal 173 115 139 0 0.34 0.20 0.32 335.17 0.26 0.56
Hex AD 73 8B 0 22 14 20 14F 1A 38
Octal 255 163 213 0 42 24 40 517 32 70
Binary 10101101 1110011 10001011 0 100010 10100 100000 101001111 11010 111000

Color Harmonies of #AD738B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD738B

Black with #AD738B

Text Example


Text Example

White with #AD738B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD738B; }

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

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

background-color css

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

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

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

border-color css

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

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

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