#AC6181

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

Shades of Tapestry #AC6181

Tints of Tapestry #AC6181

Color information

#AC6181 (or 0xAC6181) is unknown color: approx Tapestry. HEX triplet: AC, 61 and 81. RGB value is (172,97,129). Sum of RGB (Red+Green+Blue) = 172+97+129=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 97 (38.28% from 255 or 24.37% from 398); Blue value is 129 (50.78% from 255 or 32.41% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6181 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6181 is #539E7E. Grayscale: #7B7B7B. Windows color (decimal): -5480063 or 8479148. OLE color: 8479148.

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

Color convert

RGB17297129-
CMYK00.440.250.33
HSL334.4º31.12%52.75%-
HSV(B)334.4º43.6%67.45%-
XYZ25.2518.9123.09-
YUV123.07131.35162.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 97 (38.28% from 255) = 24.37%
BLUE value IS 129 (50.78% from 255) = 32.41%
R=43.22%
G=24.37%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729712900.440.250.33334.431.1252.75
HexAC618102C192114e1f35
Octal25414120105431415163765
Binary1010110011000011000000101011001100110000110100111011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6181; }

 p { color: rgb(172,97,129); }

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

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

 a { background-color: rgb(172,97,129); }

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

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

 span { border-color: rgb(172,97,129); }

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