Html Css Color HEX #AD6379 Tapestry

📋 copy color: '#AD6379'

red 173 ◦ green 99 ◦ blue 121

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

Shades of Tapestry #AD6379

Tints of Tapestry #AD6379

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

 BLUE value IS 121 (47.66% from 255) = 30.79%

R = 44.02%
G = 25.19%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD6379 (or 0xAD6379) is known color: Tapestry. HEX triplet: AD, 63 and 79. RGB value is (173,99,121). Sum of RGB (Red+Green+Blue) = 173+99+121=393 (52% of max value = 765). Red value is 173 (67.97% from 255 or 44.02% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 121 (47.66% from 255 or 30.79% from 393); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6379 is #529C86. Grayscale: #7B7B7B. Windows color (decimal): -5414023 or 7955373. OLE color: 7955373.

HSL color Cylindrical-coordinate representation of color #AD6379: hue angle of 342.16º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AD6379 is Cyan = 0, Magento = 0.43, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 173 99 121 -
CMYK 0 0.43 0.30 0.32
HSL 342.16º 0.31% 0.53% -
HSV(B) 342.16º 0.43% 0.68% -
XYZ 25.15 19.19 20.47 -
YUV 123.63 126.52 163.21 -
System Red Green Blue C M Y K H S L
Decimal 173 99 121 0 0.43 0.30 0.32 342.16 0.31 0.53
Hex AD 63 79 0 2B 1E 20 156 1F 35
Octal 255 143 171 0 53 36 40 526 37 65
Binary 10101101 1100011 1111001 0 101011 11110 100000 101010110 11111 110101

Color Harmonies of #AD6379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6379

Black with #AD6379

Text Example


Text Example

White with #AD6379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6379; }

 p { color: rgb(173,99,121); }

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

background-color css

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

 a { background-color: rgb(173,99,121); }

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

border-color css

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

 span { border-color: rgb(173,99,121); }

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