#AC6082

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

Shades of Tapestry #AC6082

Tints of Tapestry #AC6082

Color information

#AC6082 (or 0xAC6082) is unknown color: approx Tapestry. HEX triplet: AC, 60 and 82. RGB value is (172,96,130). Sum of RGB (Red+Green+Blue) = 172+96+130=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6082 is #539F7D. Grayscale: #7A7A7A. Windows color (decimal): -5480318 or 8544428. OLE color: 8544428.

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

Color convert

RGB17296130-
CMYK00.440.240.33
HSL333.16º31.4%52.55%-
HSV(B)333.16º44.19%67.45%-
XYZ25.2318.7523.41-
YUV122.6132.18163.24-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 96 (37.89% from 255) = 24.12%
BLUE value IS 130 (51.17% from 255) = 32.66%
R=43.22%
G=24.12%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729613000.440.240.33333.1631.452.55
HexAC608202C182114d1f35
Octal25414020205430415153765
Binary1010110011000001000001001011001100010000110100110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6082; }

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

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

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

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

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

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

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

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