Html Css Color HEX #AD6479 Tapestry

📋 copy color: '#AD6479'

red 173 ◦ green 100 ◦ blue 121

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

Shades of Tapestry #AD6479

Tints of Tapestry #AD6479

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.38%

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

R = 43.91%
G = 25.38%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD6479 (or 0xAD6479) is known color: Tapestry. HEX triplet: AD, 64 and 79. RGB value is (173,100,121). Sum of RGB (Red+Green+Blue) = 173+100+121=394 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.91% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 121 (47.66% from 255 or 30.71% from 394); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6479 is #529B86. Grayscale: #7C7C7C. Windows color (decimal): -5413767 or 7955629. OLE color: 7955629.

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

Color convert

RGB 173 100 121 -
CMYK 0 0.42 0.30 0.32
HSL 342.74º 0.31% 0.54% -
HSV(B) 342.74º 0.42% 0.68% -
XYZ 25.24 19.38 20.5 -
YUV 124.22 126.18 162.79 -
System Red Green Blue C M Y K H S L
Decimal 173 100 121 0 0.42 0.30 0.32 342.74 0.31 0.54
Hex AD 64 79 0 2A 1E 20 157 1F 36
Octal 255 144 171 0 52 36 40 527 37 66
Binary 10101101 1100100 1111001 0 101010 11110 100000 101010111 11111 110110

Color Harmonies of #AD6479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6479

Black with #AD6479

Text Example


Text Example

White with #AD6479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6479; }

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

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

background-color css

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

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

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

border-color css

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

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

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