#AC5D83

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

Shades of Tapestry #AC5D83

Tints of Tapestry #AC5D83

Color information

#AC5D83 (or 0xAC5D83) is unknown color: approx Tapestry. HEX triplet: AC, 5D and 83. RGB value is (172,93,131). Sum of RGB (Red+Green+Blue) = 172+93+131=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D83 is #53A27C. Grayscale: #787878. Windows color (decimal): -5481085 or 8609196. OLE color: 8609196.

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

Color convert

RGB17293131-
CMYK00.460.240.33
HSL331.14º32.24%51.96%-
HSV(B)331.14º45.93%67.45%-
XYZ25.0218.2423.67-
YUV120.95133.67164.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.43%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 131 (51.56% from 255) = 33.08%
R=43.43%
G=23.48%
B=33.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729313100.460.240.33331.1432.2451.96
HexAC5D8302E182114b2034
Octal25413520305630415134064
Binary10101100101110110000011010111011000100001101001011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5D83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5D83; }

 p { color: rgb(172,93,131); }

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

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

 a { background-color: rgb(172,93,131); }

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

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

 span { border-color: rgb(172,93,131); }

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