#AC607D

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

Shades of Tapestry #AC607D

Tints of Tapestry #AC607D

Color information

#AC607D (or 0xAC607D) is unknown color: approx Tapestry. HEX triplet: AC, 60 and 7D. RGB value is (172,96,125). Sum of RGB (Red+Green+Blue) = 172+96+125=393 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.77% from 393); Green value is 96 (37.89% from 255 or 24.43% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 172 - color contains mainly: red. Hex color #AC607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC607D is #539F82. Grayscale: #797979. Windows color (decimal): -5480323 or 8216748. OLE color: 8216748.

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

Color convert

RGB17296125-
CMYK00.440.270.33
HSL337.11º31.4%52.55%-
HSV(B)337.11º44.19%67.45%-
XYZ24.918.6221.68-
YUV122.03129.68163.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.77%
GREEN value IS 96 (37.89% from 255) = 24.43%
BLUE value IS 125 (49.22% from 255) = 31.81%
R=43.77%
G=24.43%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729612500.440.270.33337.1131.452.55
HexAC607D02C1B211511f35
Octal25414017505433415213765
Binary101011001100000111110101011001101110000110101000111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC607D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC607D; }

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

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

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

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

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

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

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

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