#AC638A

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

Shades of Tapestry #AC638A

Tints of Tapestry #AC638A

Color information

#AC638A (or 0xAC638A) is unknown color: approx Tapestry. HEX triplet: AC, 63 and 8A. RGB value is (172,99,138). Sum of RGB (Red+Green+Blue) = 172+99+138=409 (54% of max value = 765). Red value is 172 (67.58% from 255 or 42.05% from 409); Green value is 99 (39.06% from 255 or 24.21% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 172 - color contains mainly: red. Hex color #AC638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC638A is #539C75. Grayscale: #7D7D7D. Windows color (decimal): -5479542 or 9069484. OLE color: 9069484.

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

Color convert

RGB17299138-
CMYK00.420.200.33
HSL327.95º30.54%53.14%-
HSV(B)327.95º42.44%67.45%-
XYZ26.0619.5326.44-
YUV125.27135.18161.33-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.05%
GREEN value IS 99 (39.06% from 255) = 24.21%
BLUE value IS 138 (54.30% from 255) = 33.74%
R=42.05%
G=24.21%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729913800.420.200.33327.9530.5453.14
HexAC638A02A14211481f35
Octal25414321205224415103765
Binary1010110011000111000101001010101010010000110100100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC638A; }

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

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

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

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

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

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

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

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