#AD768A

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

Shades of Tapestry #AD768A

Tints of Tapestry #AD768A

Color information

#AD768A (or 0xAD768A) is unknown color: approx Tapestry. HEX triplet: AD, 76 and 8A. RGB value is (173,118,138). Sum of RGB (Red+Green+Blue) = 173+118+138=429 (56% of max value = 765). Red value is 173 (67.97% from 255 or 40.33% from 429); Green value is 118 (46.48% from 255 or 27.51% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 173 - color contains mainly: red. Hex color #AD768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD768A is #528975. Grayscale: #888888. Windows color (decimal): -5409142 or 9074349. OLE color: 9074349.

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

Color convert

RGB173118138-
CMYK00.320.200.32
HSL338.18º25.11%57.06%-
HSV(B)338.18º31.79%67.84%-
XYZ28.323.6827.12-
YUV136.72128.72153.87-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 40.33%
GREEN value IS 118 (46.48% from 255) = 27.51%
BLUE value IS 138 (54.30% from 255) = 32.17%
R=40.33%
G=27.51%
B=32.17%

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
Decimal17311813800.320.200.32338.1825.1157.06
HexAD768A02014201521939
Octal25516621204024405223171
Binary1010110111101101000101001000001010010000010101001011001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD768A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD768A; }

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

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

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

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

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

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

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

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