#AC698A

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

Shades of Tapestry #AC698A

Tints of Tapestry #AC698A

Color information

#AC698A (or 0xAC698A) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 8A. RGB value is (172,105,138). Sum of RGB (Red+Green+Blue) = 172+105+138=415 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.45% from 415); Green value is 105 (41.41% from 255 or 25.30% from 415); Blue value is 138 (54.30% from 255 or 33.25% from 415); Max value from RGB is 172 - color contains mainly: red. Hex color #AC698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC698A is #539675. Grayscale: #808080. Windows color (decimal): -5478006 or 9071020. OLE color: 9071020.

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

Color convert

RGB172105138-
CMYK00.390.200.33
HSL330.45º28.76%54.31%-
HSV(B)330.45º38.95%67.45%-
XYZ26.6520.7126.64-
YUV128.79133.2158.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.45%
GREEN value IS 105 (41.41% from 255) = 25.30%
BLUE value IS 138 (54.30% from 255) = 33.25%
R=41.45%
G=25.30%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210513800.390.200.33330.4528.7654.31
HexAC698A027142114a1d36
Octal25415121204724415123566
Binary1010110011010011000101001001111010010000110100101011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC698A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC698A; }

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

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

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

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

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

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

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

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