Html Css Color HEX #AD738A Tapestry

📋 copy color: '#AD738A'

red 173 ◦ green 115 ◦ blue 138

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

Shades of Tapestry #AD738A

Tints of Tapestry #AD738A

RGB

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

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

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

R = 40.61%
G = 27%
B = 32.39%

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

#AD738A (or 0xAD738A) is known color: Tapestry. HEX triplet: AD, 73 and 8A. RGB value is (173,115,138). Sum of RGB (Red+Green+Blue) = 173+115+138=426 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.61% from 426); Green value is 115 (45.31% from 255 or 27.00% from 426); Blue value is 138 (54.30% from 255 or 32.39% from 426); Max value from RGB is 173 - color contains mainly: red. Hex color #AD738A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD738A is #528C75. Grayscale: #868686. Windows color (decimal): -5409910 or 9073581. OLE color: 9073581.

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

Color convert

RGB 173 115 138 -
CMYK 0 0.34 0.20 0.32
HSL 336.21º 0.26% 0.56% -
HSV(B) 336.21º 0.34% 0.68% -
XYZ 27.95 22.98 27.01 -
YUV 134.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 173 115 138 0 0.34 0.20 0.32 336.21 0.26 0.56
Hex AD 73 8A 0 22 14 20 150 1A 38
Octal 255 163 212 0 42 24 40 520 32 70
Binary 10101101 1110011 10001010 0 100010 10100 100000 101010000 11010 111000

Color Harmonies of #AD738A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD738A

Black with #AD738A

Text Example


Text Example

White with #AD738A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD738A; }

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

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

background-color css

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

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

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

border-color css

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

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

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