#AD638A

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

Shades of Tapestry #AD638A

Tints of Tapestry #AD638A

Color information

#AD638A (or 0xAD638A) is unknown color: approx Tapestry. HEX triplet: AD, 63 and 8A. RGB value is (173,99,138). Sum of RGB (Red+Green+Blue) = 173+99+138=410 (54% of max value = 765). Red value is 173 (67.97% from 255 or 42.20% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 173 - color contains mainly: red. Hex color #AD638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AD638A is #529C75. Grayscale: #7D7D7D. Windows color (decimal): -5414006 or 9069485. OLE color: 9069485.

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

Color convert

RGB17399138-
CMYK00.430.200.32
HSL328.38º31.09%53.33%-
HSV(B)328.38º42.77%67.84%-
XYZ26.2819.6426.45-
YUV125.57135.02161.83-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 42.20%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 138 (54.30% from 255) = 33.66%
R=42.20%
G=24.15%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1739913800.430.200.32328.3831.0953.33
HexAD638A02B14201481f35
Octal25514321205324405103765
Binary1010110111000111000101001010111010010000010100100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AD638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AD638A; }

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

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

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

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

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

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

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

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