#AC6078

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

Shades of Tapestry #AC6078

Tints of Tapestry #AC6078

Color information

#AC6078 (or 0xAC6078) is unknown color: approx Tapestry. HEX triplet: AC, 60 and 78. RGB value is (172,96,120). Sum of RGB (Red+Green+Blue) = 172+96+120=388 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.33% from 388); Green value is 96 (37.89% from 255 or 24.74% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC6078 is #539F87. Grayscale: #797979. Windows color (decimal): -5480328 or 7889068. OLE color: 7889068.

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

Color convert

RGB17296120-
CMYK00.440.300.33
HSL341.05º31.4%52.55%-
HSV(B)341.05º44.19%67.45%-
XYZ24.5918.4920.04-
YUV121.46127.18164.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.33%
GREEN value IS 96 (37.89% from 255) = 24.74%
BLUE value IS 120 (47.27% from 255) = 30.93%
R=44.33%
G=24.74%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.30
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729612000.440.300.33341.0531.452.55
HexAC607802C1E211551f35
Octal25414017005436415253765
Binary101011001100000111100001011001111010000110101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC6078

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC6078; }

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

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

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

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

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

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

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

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