Html Css Color HEX #AD7382 Tapestry

📋 copy color: '#AD7382'

red 173 ◦ green 115 ◦ blue 130

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

Shades of Tapestry #AD7382

Tints of Tapestry #AD7382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 31.1%

R = 41.39%
G = 27.51%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AD7382 (or 0xAD7382) is known color: Tapestry. HEX triplet: AD, 73 and 82. RGB value is (173,115,130). Sum of RGB (Red+Green+Blue) = 173+115+130=418 (55% of max value = 765). Red value is 173 (67.97% from 255 or 41.39% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 130 (51.17% from 255 or 31.10% from 418); Max value from RGB is 173 - color contains mainly: red. Hex color #AD7382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD7382 is #528C7D. Grayscale: #868686. Windows color (decimal): -5409918 or 8549293. OLE color: 8549293.

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

Color convert

RGB 173 115 130 -
CMYK 0 0.34 0.25 0.32
HSL 344.48º 0.26% 0.56% -
HSV(B) 344.48º 0.34% 0.68% -
XYZ 27.39 22.76 24.07 -
YUV 134.05 125.72 155.78 -
System Red Green Blue C M Y K H S L
Decimal 173 115 130 0 0.34 0.25 0.32 344.48 0.26 0.56
Hex AD 73 82 0 22 19 20 158 1A 38
Octal 255 163 202 0 42 31 40 530 32 70
Binary 10101101 1110011 10000010 0 100010 11001 100000 101011000 11010 111000

Color Harmonies of #AD7382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD7382

Black with #AD7382

Text Example


Text Example

White with #AD7382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD7382; }

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

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

background-color css

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

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

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

border-color css

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

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

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