#AD668B

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

Shades of Tapestry #AD668B

Tints of Tapestry #AD668B

Color information

#AD668B (or 0xAD668B) is unknown color: approx Tapestry. HEX triplet: AD, 66 and 8B. RGB value is (173,102,139). Sum of RGB (Red+Green+Blue) = 173+102+139=414 (54% of max value = 765). Red value is 173 (67.97% from 255 or 41.79% from 414); Green value is 102 (40.23% from 255 or 24.64% from 414); Blue value is 139 (54.69% from 255 or 33.57% from 414); Max value from RGB is 173 - color contains mainly: red. Hex color #AD668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD668B is #529974. Grayscale: #7F7F7F. Windows color (decimal): -5413237 or 9135789. OLE color: 9135789.

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

Color convert

RGB173102139-
CMYK00.410.200.32
HSL328.73º30.21%53.92%-
HSV(B)328.73º41.04%67.84%-
XYZ26.6520.2526.93-
YUV127.45134.52160.49-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 41.79%
GREEN value IS 102 (40.23% from 255) = 24.64%
BLUE value IS 139 (54.69% from 255) = 33.57%
R=41.79%
G=24.64%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310213900.410.200.32328.7330.2153.92
HexAD668B02914201491e36
Octal25514621305124405113666
Binary1010110111001101000101101010011010010000010100100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD668B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD668B; }

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

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

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

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

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

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

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

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