#AD667E

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

Shades of Tapestry #AD667E

Tints of Tapestry #AD667E

Color information

#AD667E (or 0xAD667E) is unknown color: approx Tapestry. HEX triplet: AD, 66 and 7E. RGB value is (173,102,126). Sum of RGB (Red+Green+Blue) = 173+102+126=401 (53% of max value = 765). Red value is 173 (67.97% from 255 or 43.14% from 401); Green value is 102 (40.23% from 255 or 25.44% from 401); Blue value is 126 (49.61% from 255 or 31.42% from 401); Max value from RGB is 173 - color contains mainly: red. Hex color #AD667E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AD667E is #529981. Grayscale: #7D7D7D. Windows color (decimal): -5413250 or 8283821. OLE color: 8283821.

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

Color convert

RGB173102126-
CMYK00.410.270.32
HSL339.72º30.21%53.92%-
HSV(B)339.72º41.04%67.84%-
XYZ25.7519.8922.22-
YUV125.96128.02161.55-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 43.14%
GREEN value IS 102 (40.23% from 255) = 25.44%
BLUE value IS 126 (49.61% from 255) = 31.42%
R=43.14%
G=25.44%
B=31.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.27
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310212600.410.270.32339.7230.2153.92
HexAD667E0291B201541e36
Octal25514617605133405243666
Binary101011011100110111111001010011101110000010101010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD667E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD667E; }

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

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

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

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

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

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

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

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