#AD6279

Color #AD6279 Tapestry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tapestry #AD6279

Tints of Tapestry #AD6279

Color information

#AD6279 (or 0xAD6279) is unknown color: approx Tapestry. HEX triplet: AD, 62 and 79. RGB value is (173,98,121). Sum of RGB (Red+Green+Blue) = 173+98+121=392 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.13% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 121 (47.66% from 255 or 30.87% from 392); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6279 is #529D86. Grayscale: #7B7B7B. Windows color (decimal): -5414279 or 7955117. OLE color: 7955117.

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

Color convert

RGB17398121-
CMYK00.430.300.32
HSL341.6º31.38%53.14%-
HSV(B)341.6º43.35%67.84%-
XYZ25.051920.44-
YUV123.05126.85163.63-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.13%
GREEN value IS 98 (38.67% from 255) = 25%
BLUE value IS 121 (47.66% from 255) = 30.87%
R=44.13%
G=25%
B=30.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.30
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739812100.430.300.32341.631.3853.14
HexAD627902B1E201561f35
Octal25514217105336405263765
Binary101011011100010111100101010111111010000010101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6279; }

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

 H1.HeaderClassName
 {
   color: #AD6279;
 }
 .AnyTagClassName
 {
   color: #AD6279;
 }
</style>
background-color css

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

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

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

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

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

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