#AC758A

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

Shades of Tapestry #AC758A

Tints of Tapestry #AC758A

Color information

#AC758A (or 0xAC758A) is unknown color: approx Tapestry. HEX triplet: AC, 75 and 8A. RGB value is (172,117,138). Sum of RGB (Red+Green+Blue) = 172+117+138=427 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.28% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 172 - color contains mainly: red. Hex color #AC758A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC758A is #538A75. Grayscale: #878787. Windows color (decimal): -5474934 or 9074092. OLE color: 9074092.

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

Color convert

RGB172117138-
CMYK00.320.200.33
HSL337.09º24.89%56.67%-
HSV(B)337.09º31.98%67.45%-
XYZ27.9623.3327.07-
YUV135.84129.22153.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 40.28%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 138 (54.30% from 255) = 32.32%
R=40.28%
G=27.40%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17211713800.320.200.33337.0924.8956.67
HexAC758A02014211511939
Octal25416521204024415213171
Binary1010110011101011000101001000001010010000110101000111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC758A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC758A; }

 p { color: rgb(172,117,138); }

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

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

 a { background-color: rgb(172,117,138); }

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

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

 span { border-color: rgb(172,117,138); }

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