#AC698B

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

Shades of Tapestry #AC698B

Tints of Tapestry #AC698B

Color information

#AC698B (or 0xAC698B) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 8B. RGB value is (172,105,139). Sum of RGB (Red+Green+Blue) = 172+105+139=416 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.35% from 416); Green value is 105 (41.41% from 255 or 25.24% from 416); Blue value is 139 (54.69% from 255 or 33.41% from 416); Max value from RGB is 172 - color contains mainly: red. Hex color #AC698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC698B is #539674. Grayscale: #808080. Windows color (decimal): -5478005 or 9136556. OLE color: 9136556.

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

Color convert

RGB172105139-
CMYK00.390.190.33
HSL329.55º28.76%54.31%-
HSV(B)329.55º38.95%67.45%-
XYZ26.7320.7427.02-
YUV128.91133.7158.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.35%
GREEN value IS 105 (41.41% from 255) = 25.24%
BLUE value IS 139 (54.69% from 255) = 33.41%
R=41.35%
G=25.24%
B=33.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210513900.390.190.33329.5528.7654.31
HexAC698B027132114a1d36
Octal25415121304723415123566
Binary1010110011010011000101101001111001110000110100101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC698B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC698B; }

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

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

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

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

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

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

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

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