#AC5F83

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

Shades of Tapestry #AC5F83

Tints of Tapestry #AC5F83

Color information

#AC5F83 (or 0xAC5F83) is unknown color: approx Tapestry. HEX triplet: AC, 5F and 83. RGB value is (172,95,131). Sum of RGB (Red+Green+Blue) = 172+95+131=398 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.22% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5F83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5F83 is #53A07C. Grayscale: #7A7A7A. Windows color (decimal): -5480573 or 8609708. OLE color: 8609708.

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

Color convert

RGB17295131-
CMYK00.450.240.33
HSL331.95º31.69%52.35%-
HSV(B)331.95º44.77%67.45%-
XYZ25.218.5923.73-
YUV122.13133.01163.57-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.22%
GREEN value IS 95 (37.5% from 255) = 23.87%
BLUE value IS 131 (51.56% from 255) = 32.91%
R=43.22%
G=23.87%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729513100.450.240.33331.9531.6952.35
HexAC5F8302D182114c2034
Octal25413720305530415144064
Binary10101100101111110000011010110111000100001101001100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC5F83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC5F83; }

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

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

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

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

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

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

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

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