#AD6178

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

Shades of Tapestry #AD6178

Tints of Tapestry #AD6178

Color information

#AD6178 (or 0xAD6178) is unknown color: approx Tapestry. HEX triplet: AD, 61 and 78. RGB value is (173,97,120). Sum of RGB (Red+Green+Blue) = 173+97+120=390 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.36% from 390); Green value is 97 (38.28% from 255 or 24.87% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6178 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6178 is #529E87. Grayscale: #7A7A7A. Windows color (decimal): -5414536 or 7889325. OLE color: 7889325.

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

Color convert

RGB17397120-
CMYK00.440.310.32
HSL341.84º31.67%52.94%-
HSV(B)341.84º43.93%67.84%-
XYZ24.918.7920.08-
YUV122.35126.68164.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.36%
GREEN value IS 97 (38.28% from 255) = 24.87%
BLUE value IS 120 (47.27% from 255) = 30.77%
R=44.36%
G=24.87%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739712000.440.310.32341.8431.6752.94
HexAD617802C1F201562035
Octal25514117005437405264065
Binary1010110111000011111000010110011111100000101010110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6178; }

 p { color: rgb(173,97,120); }

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

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

 a { background-color: rgb(173,97,120); }

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

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

 span { border-color: rgb(173,97,120); }

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