#AC6085

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

Shades of Tapestry #AC6085

Tints of Tapestry #AC6085

Color information

#AC6085 (or 0xAC6085) is unknown color: approx Tapestry. HEX triplet: AC, 60 and 85. RGB value is (172,96,133). Sum of RGB (Red+Green+Blue) = 172+96+133=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6085 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6085 is #539F7A. Grayscale: #7A7A7A. Windows color (decimal): -5480315 or 8741036. OLE color: 8741036.

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

Color convert

RGB17296133-
CMYK00.440.230.33
HSL330.79º31.4%52.55%-
HSV(B)330.79º44.19%67.45%-
XYZ25.4318.8324.48-
YUV122.94133.68162.99-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 42.89%
GREEN value IS 96 (37.89% from 255) = 23.94%
BLUE value IS 133 (52.34% from 255) = 33.17%
R=42.89%
G=23.94%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729613300.440.230.33330.7931.452.55
HexAC608502C172114b1f35
Octal25414020505427415133765
Binary1010110011000001000010101011001011110000110100101111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6085; }

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

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

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

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

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

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

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

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