#AC627A

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

Shades of Tapestry #AC627A

Tints of Tapestry #AC627A

Color information

#AC627A (or 0xAC627A) is unknown color: approx Tapestry. HEX triplet: AC, 62 and 7A. RGB value is (172,98,122). Sum of RGB (Red+Green+Blue) = 172+98+122=392 (51% of max value = 765). Red value is 172 (67.58% from 255 or 43.88% from 392); Green value is 98 (38.67% from 255 or 25% from 392); Blue value is 122 (48.05% from 255 or 31.12% from 392); Max value from RGB is 172 - color contains mainly: red. Hex color #AC627A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AC627A is #539D85. Grayscale: #7A7A7A. Windows color (decimal): -5479814 or 8020652. OLE color: 8020652.

HSL color Cylindrical-coordinate representation of color #AC627A: hue angle of 340.54º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AC627A is Cyan = 0, Magento = 0.43, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17298122-
CMYK00.430.290.33
HSL340.54º30.83%52.94%-
HSV(B)340.54º43.02%67.45%-
XYZ24.8918.9120.75-
YUV122.86127.52163.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 43.88%
GREEN value IS 98 (38.67% from 255) = 25%
BLUE value IS 122 (48.05% from 255) = 31.12%
R=43.88%
G=25%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1729812200.430.290.33340.5430.8352.94
HexAC627A02B1D211551f35
Octal25414217205335415253765
Binary101011001100010111101001010111110110000110101010111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC627A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC627A; }

 p { color: rgb(172,98,122); }

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

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

 a { background-color: rgb(172,98,122); }

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

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

 span { border-color: rgb(172,98,122); }

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