#AD677E

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

Shades of Tapestry #AD677E

Tints of Tapestry #AD677E

Color information

#AD677E (or 0xAD677E) is unknown color: approx Tapestry. HEX triplet: AD, 67 and 7E. RGB value is (173,103,126). Sum of RGB (Red+Green+Blue) = 173+103+126=402 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.03% from 402); Green value is 103 (40.62% from 255 or 25.62% from 402); Blue value is 126 (49.61% from 255 or 31.34% from 402); Max value from RGB is 173 - color contains mainly: red. Hex color #AD677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD677E is #529881. Grayscale: #7E7E7E. Windows color (decimal): -5412994 or 8284077. OLE color: 8284077.

HSL color Cylindrical-coordinate representation of color #AD677E: hue angle of 340.29º degrees, saturation: 0.3, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #AD677E is Cyan = 0, Magento = 0.40, Yellow = 0.27 and Black (K on CMYK) = 0.32.

Color convert

RGB173103126-
CMYK00.400.270.32
HSL340.29º29.91%54.12%-
HSV(B)340.29º40.46%67.84%-
XYZ25.8520.0922.25-
YUV126.55127.69161.13-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.03%
GREEN value IS 103 (40.62% from 255) = 25.62%
BLUE value IS 126 (49.61% from 255) = 31.34%
R=43.03%
G=25.62%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310312600.400.270.32340.2929.9154.12
HexAD677E0281B201541e36
Octal25514717605033405243666
Binary101011011100111111111001010001101110000010101010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD677E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD677E; }

 p { color: rgb(173,103,126); }

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

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

 a { background-color: rgb(173,103,126); }

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

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

 span { border-color: rgb(173,103,126); }

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