#AD627D

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

Shades of Tapestry #AD627D

Tints of Tapestry #AD627D

Color information

#AD627D (or 0xAD627D) is unknown color: approx Tapestry. HEX triplet: AD, 62 and 7D. RGB value is (173,98,125). Sum of RGB (Red+Green+Blue) = 173+98+125=396 (52% of max value = 765). Red value is 173 (67.97% from 255 or 43.69% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 125 (49.22% from 255 or 31.57% from 396); Max value from RGB is 173 - color contains mainly: red. Hex color #AD627D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD627D is #529D82. Grayscale: #7B7B7B. Windows color (decimal): -5414275 or 8217261. OLE color: 8217261.

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

Color convert

RGB17398125-
CMYK00.430.280.32
HSL338.4º31.38%53.14%-
HSV(B)338.4º43.35%67.84%-
XYZ25.319.121.76-
YUV123.5128.85163.3-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.69%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 125 (49.22% from 255) = 31.57%
R=43.69%
G=24.75%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739812500.430.280.32338.431.3853.14
HexAD627D02B1C201521f35
Octal25514217505334405223765
Binary101011011100010111110101010111110010000010101001011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD627D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD627D; }

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

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

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

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

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

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

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

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