Html Css Color HEX #AD6079 Tapestry

📋 copy color: '#AD6079'

red 173 ◦ green 96 ◦ blue 121

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

Shades of Tapestry #AD6079

Tints of Tapestry #AD6079

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.62%

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

R = 44.36%
G = 24.62%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AD6079 (or 0xAD6079) is known color: Tapestry. HEX triplet: AD, 60 and 79. RGB value is (173,96,121). Sum of RGB (Red+Green+Blue) = 173+96+121=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6079 is #529F86. Grayscale: #797979. Windows color (decimal): -5414791 or 7954605. OLE color: 7954605.

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

Color convert

RGB 173 96 121 -
CMYK 0 0.45 0.30 0.32
HSL 340.52º 0.32% 0.53% -
HSV(B) 340.52º 0.45% 0.68% -
XYZ 24.87 18.63 20.37 -
YUV 121.87 127.51 164.47 -
System Red Green Blue C M Y K H S L
Decimal 173 96 121 0 0.45 0.30 0.32 340.52 0.32 0.53
Hex AD 60 79 0 2D 1E 20 155 20 35
Octal 255 140 171 0 55 36 40 525 40 65
Binary 10101101 1100000 1111001 0 101101 11110 100000 101010101 100000 110101

Color Harmonies of #AD6079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AD6079

Black with #AD6079

Text Example


Text Example

White with #AD6079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AD6079; }

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

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

background-color css

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

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

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

border-color css

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

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

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