#AD658A

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

Shades of Tapestry #AD658A

Tints of Tapestry #AD658A

Color information

#AD658A (or 0xAD658A) is unknown color: approx Tapestry. HEX triplet: AD, 65 and 8A. RGB value is (173,101,138). Sum of RGB (Red+Green+Blue) = 173+101+138=412 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.99% from 412); Green value is 101 (39.84% from 255 or 24.51% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 173 - color contains mainly: red. Hex color #AD658A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD658A is #529A75. Grayscale: #7E7E7E. Windows color (decimal): -5413494 or 9069997. OLE color: 9069997.

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

Color convert

RGB173101138-
CMYK00.420.200.32
HSL329.17º30.51%53.73%-
HSV(B)329.17º41.62%67.84%-
XYZ26.4720.0326.51-
YUV126.75134.35160.99-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.99%
GREEN value IS 101 (39.84% from 255) = 24.51%
BLUE value IS 138 (54.30% from 255) = 33.50%
R=41.99%
G=24.51%
B=33.50%

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
Decimal17310113800.420.200.32329.1730.5153.73
HexAD658A02A14201491f36
Octal25514521205224405113766
Binary1010110111001011000101001010101010010000010100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD658A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD658A; }

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

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

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

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

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

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

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

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