#AC698D

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

Shades of Tapestry #AC698D

Tints of Tapestry #AC698D

Color information

#AC698D (or 0xAC698D) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 8D. RGB value is (172,105,141). Sum of RGB (Red+Green+Blue) = 172+105+141=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 105 (41.41% from 255 or 25.12% from 418); Blue value is 141 (55.47% from 255 or 33.73% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC698D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC698D is #539672. Grayscale: #818181. Windows color (decimal): -5478003 or 9267628. OLE color: 9267628.

HSL color Cylindrical-coordinate representation of color #AC698D: hue angle of 327.76º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AC698D is Cyan = 0, Magento = 0.39, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB172105141-
CMYK00.390.180.33
HSL327.76º28.76%54.31%-
HSV(B)327.76º38.95%67.45%-
XYZ26.8720.827.8-
YUV129.14134.7158.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.15%
GREEN value IS 105 (41.41% from 255) = 25.12%
BLUE value IS 141 (55.47% from 255) = 33.73%
R=41.15%
G=25.12%
B=33.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210514100.390.180.33327.7628.7654.31
HexAC698D02712211481d36
Octal25415121504722415103566
Binary1010110011010011000110101001111001010000110100100011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC698D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC698D; }

 p { color: rgb(172,105,141); }

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

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

 a { background-color: rgb(172,105,141); }

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

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

 span { border-color: rgb(172,105,141); }

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