#ac6985

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

Shades of Tapestry #AC6985

Tints of Tapestry #AC6985

Color information

#AC6985 (or 0xAC6985) is unknown color: approx Tapestry. HEX triplet: AC, 69 and 85. RGB value is (172,105,133). Sum of RGB (Red+Green+Blue) = 172+105+133=410 (54% of max value = 765). Red value is 172 (67.58% from 255 or 41.95% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6985 is #53967A. Grayscale: #808080. Windows color (decimal): -5478011 or 8743340. OLE color: 8743340.

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

Color convert

RGB172105133-
CMYK00.390.230.33
HSL334.93º28.76%54.31%-
HSV(B)334.93º38.95%67.45%-
XYZ26.320.5724.77-
YUV128.22130.7159.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 41.95%
GREEN value IS 105 (41.41% from 255) = 25.61%
BLUE value IS 133 (52.34% from 255) = 32.44%
R=41.95%
G=25.61%
B=32.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17210513300.390.230.33334.9328.7654.31
HexAC6985027172114f1d36
Octal25415120504727415173566
Binary1010110011010011000010101001111011110000110100111111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac6985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac6985; }

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

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

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

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

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

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

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

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