#AD6278

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

Shades of Tapestry #AD6278

Tints of Tapestry #AD6278

Color information

#AD6278 (or 0xAD6278) is unknown color: approx Tapestry. HEX triplet: AD, 62 and 78. RGB value is (173,98,120). Sum of RGB (Red+Green+Blue) = 173+98+120=391 (51% of max value = 765). Red value is 173 (67.97% from 255 or 44.25% from 391); Green value is 98 (38.67% from 255 or 25.06% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 173 - color contains mainly: red. Hex color #AD6278 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD6278 is #529D87. Grayscale: #7A7A7A. Windows color (decimal): -5414280 or 7889581. OLE color: 7889581.

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

Color convert

RGB17398120-
CMYK00.430.310.32
HSL342.4º31.38%53.14%-
HSV(B)342.4º43.35%67.84%-
XYZ24.9918.9820.11-
YUV122.93126.35163.71-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 44.25%
GREEN value IS 98 (38.67% from 255) = 25.06%
BLUE value IS 120 (47.27% from 255) = 30.69%
R=44.25%
G=25.06%
B=30.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739812000.430.310.32342.431.3853.14
HexAD627802B1F201561f35
Octal25514217005337405263765
Binary101011011100010111100001010111111110000010101011011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD6278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD6278; }

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

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

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

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

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

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

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

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