#AD658B

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

Shades of Tapestry #AD658B

Tints of Tapestry #AD658B

Color information

#AD658B (or 0xAD658B) is unknown color: approx Tapestry. HEX triplet: AD, 65 and 8B. RGB value is (173,101,139). Sum of RGB (Red+Green+Blue) = 173+101+139=413 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.89% from 413); Green value is 101 (39.84% from 255 or 24.46% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 173 - color contains mainly: red. Hex color #AD658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD658B is #529A74. Grayscale: #7E7E7E. Windows color (decimal): -5413493 or 9135533. OLE color: 9135533.

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

Color convert

RGB173101139-
CMYK00.420.200.32
HSL328.33º30.51%53.73%-
HSV(B)328.33º41.62%67.84%-
XYZ26.5520.0626.9-
YUV126.86134.85160.91-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.89%
GREEN value IS 101 (39.84% from 255) = 24.46%
BLUE value IS 139 (54.69% from 255) = 33.66%
R=41.89%
G=24.46%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310113900.420.200.32328.3330.5153.73
HexAD658B02A14201481f36
Octal25514521305224405103766
Binary1010110111001011000101101010101010010000010100100011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD658B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD658B; }

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

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

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

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

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

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

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

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