#AC638B

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

Shades of Tapestry #AC638B

Tints of Tapestry #AC638B

Color information

#AC638B (or 0xAC638B) is unknown color: approx Tapestry. HEX triplet: AC, 63 and 8B. RGB value is (172,99,139). Sum of RGB (Red+Green+Blue) = 172+99+139=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC638B is #539C74. Grayscale: #7D7D7D. Windows color (decimal): -5479541 or 9135020. OLE color: 9135020.

HSL color Cylindrical-coordinate representation of color #AC638B: hue angle of 327.12º 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 #AC638B is Cyan = 0, Magento = 0.42, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB17299139-
CMYK00.420.190.33
HSL327.12º30.54%53.14%-
HSV(B)327.12º42.44%67.45%-
XYZ26.1419.5626.82-
YUV125.39135.68161.25-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 139 (54.69% from 255) = 33.90%
R=41.95%
G=24.15%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729913900.420.190.33327.1230.5453.14
HexAC638B02A13211471f35
Octal25414321305223415073765
Binary1010110011000111000101101010101001110000110100011111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC638B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC638B; }

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

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

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

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

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

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

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

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