#AD628B

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

Shades of Tapestry #AD628B

Tints of Tapestry #AD628B

Color information

#AD628B (or 0xAD628B) is unknown color: approx Tapestry. HEX triplet: AD, 62 and 8B. RGB value is (173,98,139). Sum of RGB (Red+Green+Blue) = 173+98+139=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 98 (38.67% from 255 or 23.90% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD628B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD628B is #529D74. Grayscale: #7D7D7D. Windows color (decimal): -5414261 or 9134765. OLE color: 9134765.

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

Color convert

RGB17398139-
CMYK00.430.200.32
HSL327.2º31.38%53.14%-
HSV(B)327.2º43.35%67.84%-
XYZ26.2619.4826.8-
YUV125.1135.85162.17-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 98 (38.67% from 255) = 23.90%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=42.20%
G=23.90%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739813900.430.200.32327.231.3853.14
HexAD628B02B14201471f35
Octal25514221305324405073765
Binary1010110111000101000101101010111010010000010100011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD628B; }

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

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

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

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

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

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

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

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