#AD758A

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

Shades of Tapestry #AD758A

Tints of Tapestry #AD758A

Color information

#AD758A (or 0xAD758A) is unknown color: approx Tapestry. HEX triplet: AD, 75 and 8A. RGB value is (173,117,138). Sum of RGB (Red+Green+Blue) = 173+117+138=428 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.42% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 173 - color contains mainly: red. Hex color #AD758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD758A is #528A75. Grayscale: #888888. Windows color (decimal): -5409398 or 9074093. OLE color: 9074093.

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

Color convert

RGB173117138-
CMYK00.320.200.32
HSL337.5º25.45%56.86%-
HSV(B)337.5º32.37%67.84%-
XYZ28.1823.4427.08-
YUV136.14129.05154.29-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.42%
GREEN value IS 117 (46.09% from 255) = 27.34%
BLUE value IS 138 (54.30% from 255) = 32.24%
R=40.42%
G=27.34%
B=32.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17311713800.320.200.32337.525.4556.86
HexAD758A02014201521939
Octal25516521204024405223171
Binary1010110111101011000101001000001010010000010101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD758A; }

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

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

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

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

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

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

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

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