#AD648A

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

Shades of Tapestry #AD648A

Tints of Tapestry #AD648A

Color information

#AD648A (or 0xAD648A) is unknown color: approx Tapestry. HEX triplet: AD, 64 and 8A. RGB value is (173,100,138). Sum of RGB (Red+Green+Blue) = 173+100+138=411 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.09% from 411); Green value is 100 (39.45% from 255 or 24.33% from 411); Blue value is 138 (54.30% from 255 or 33.58% from 411); Max value from RGB is 173 - color contains mainly: red. Hex color #AD648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD648A is #529B75. Grayscale: #7E7E7E. Windows color (decimal): -5413750 or 9069741. OLE color: 9069741.

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

Color convert

RGB173100138-
CMYK00.420.200.32
HSL328.77º30.8%53.53%-
HSV(B)328.77º42.2%67.84%-
XYZ26.3819.8326.48-
YUV126.16134.68161.41-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.09%
GREEN value IS 100 (39.45% from 255) = 24.33%
BLUE value IS 138 (54.30% from 255) = 33.58%
R=42.09%
G=24.33%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal17310013800.420.200.32328.7730.853.53
HexAD648A02A14201491f36
Octal25514421205224405113766
Binary1010110111001001000101001010101010010000010100100111111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD648A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD648A; }

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

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

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

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

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

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

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

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